Html Css Color HEX #3F5502 Verdun Green

📋 copy color: '#3F5502'

red 63 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #3F5502

Tints of Verdun Green #3F5502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.33%

R = 42%
G = 56.67%
B = 1.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#3F5502 (or 0x3F5502) is known color: Verdun Green. HEX triplet: 3F, 55 and 02. RGB value is (63,85,2). Sum of RGB (Red+Green+Blue) = 63+85+2=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5502 is #C0AAFD. Grayscale: #454545. Windows color (decimal): -12626686 or 152895. OLE color: 152895.

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

Color convert

RGB 63 85 2 -
CMYK 0.26 0 0.98 0.67
HSL 75.9º 0.95% 0.17% -
HSV(B) 75.9º 0.98% 0.33% -
XYZ 5.31 7.56 1.24 -
YUV 68.96 90.21 123.75 -
System Red Green Blue C M Y K H S L
Decimal 63 85 2 0.26 0 0.98 0.67 75.9 0.95 0.17
Hex 3F 55 2 1A 0 62 43 4C 5F 11
Octal 77 125 2 32 0 142 103 114 137 21
Binary 111111 1010101 10 11010 0 1100010 1000011 1001100 1011111 10001

Color Harmonies of #3F5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5502

Black with #3F5502

Text Example


Text Example

White with #3F5502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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