Html Css Color HEX #3F551B Verdun Green

📋 copy color: '#3F551B'

red 63 ◦ green 85 ◦ blue 27

#3F551B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #3F551B

Tints of Verdun Green #3F551B

RGB

 RED value IS 63 (25% from 255) = 36%

 GREEN value IS 85 (33.59% from 255) = 48.57%

 BLUE value IS 27 (10.94% from 255) = 15.43%

R = 36%
G = 48.57%
B = 15.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3F551B (or 0x3F551B) is known color: Verdun Green. HEX triplet: 3F, 55 and 1B. RGB value is (63,85,27). Sum of RGB (Red+Green+Blue) = 63+85+27=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #3F551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F551B is #C0AAE4. Grayscale: #484848. Windows color (decimal): -12626661 or 1791295. OLE color: 1791295.

HSL color Cylindrical-coordinate representation of color #3F551B: hue angle of 82.76º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F551B is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 85 27 -
CMYK 0.26 0 0.68 0.67
HSL 82.76º 0.52% 0.22% -
HSV(B) 82.76º 0.68% 0.33% -
XYZ 5.5 7.63 2.22 -
YUV 71.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 63 85 27 0.26 0 0.68 0.67 82.76 0.52 0.22
Hex 3F 55 1B 1A 0 44 43 53 34 16
Octal 77 125 33 32 0 104 103 123 64 26
Binary 111111 1010101 11011 11010 0 1000100 1000011 1010011 110100 10110

Color Harmonies of #3F551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F551B

Black with #3F551B

Text Example


Text Example

White with #3F551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F551B; }

 p { color: rgb(63,85,27); }

 H1.HeaderClassName
 {
   color: #3F551B;
 }
 .AnyTagClassName
 {
   color: #3F551B;
 }
</style>

background-color css

<style>
 a { background-color: #3F551B; }

 a { background-color: rgb(63,85,27); }

 div.DivClassName
 {
   background-color: #3F551B;
 }
 .BgClassName
 {
   background-color: #3F551B;
 }
</style>

border-color css

<style>
 span { border-color: #3F551B; }

 span { border-color: rgb(63,85,27); }

 td.TdClassName
 {
   border-color: #3F551B;
 }
 .TagClassName
 {
   border-color: #3F551B;
 }
</style>