Html Css Color HEX #3F5A0F Verdun Green

📋 copy color: '#3F5A0F'

red 63 ◦ green 90 ◦ blue 15

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

Shades of Verdun Green #3F5A0F

Tints of Verdun Green #3F5A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 53.57%

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 37.5%
G = 53.57%
B = 8.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#3F5A0F (or 0x3F5A0F) is known color: Verdun Green. HEX triplet: 3F, 5A and 0F. RGB value is (63,90,15). Sum of RGB (Red+Green+Blue) = 63+90+15=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5A0F is #C0A5F0. Grayscale: #494949. Windows color (decimal): -12625393 or 1006143. OLE color: 1006143.

HSL color Cylindrical-coordinate representation of color #3F5A0F: hue angle of 81.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F5A0F is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 90 15 -
CMYK 0.30 0 0.83 0.65
HSL 81.6º 0.71% 0.21% -
HSV(B) 81.6º 0.83% 0.35% -
XYZ 5.79 8.4 1.77 -
YUV 73.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 63 90 15 0.30 0 0.83 0.65 81.6 0.71 0.21
Hex 3F 5A F 1E 0 53 41 52 47 15
Octal 77 132 17 36 0 123 101 122 107 25
Binary 111111 1011010 1111 11110 0 1010011 1000001 1010010 1000111 10101

Color Harmonies of #3F5A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5A0F

Black with #3F5A0F

Text Example


Text Example

White with #3F5A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,90,15); }

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

background-color css

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

 a { background-color: rgb(63,90,15); }

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

border-color css

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

 span { border-color: rgb(63,90,15); }

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