Html Css Color HEX #3F610F Verdun Green

📋 copy color: '#3F610F'

red 63 ◦ green 97 ◦ blue 15

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

Shades of Verdun Green #3F610F

Tints of Verdun Green #3F610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.43%

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

R = 36%
G = 55.43%
B = 8.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#3F610F (or 0x3F610F) is known color: Verdun Green. HEX triplet: 3F, 61 and 0F. RGB value is (63,97,15). Sum of RGB (Red+Green+Blue) = 63+97+15=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #3F610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F610F is #C09EF0. Grayscale: #4D4D4D. Windows color (decimal): -12623601 or 1007935. OLE color: 1007935.

HSL color Cylindrical-coordinate representation of color #3F610F: hue angle of 84.88º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F610F is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 97 15 -
CMYK 0.35 0 0.85 0.62
HSL 84.88º 0.73% 0.22% -
HSV(B) 84.88º 0.85% 0.38% -
XYZ 6.41 9.64 1.97 -
YUV 77.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 63 97 15 0.35 0 0.85 0.62 84.88 0.73 0.22
Hex 3F 61 F 23 0 55 3E 55 49 16
Octal 77 141 17 43 0 125 76 125 111 26
Binary 111111 1100001 1111 100011 0 1010101 111110 1010101 1001001 10110

Color Harmonies of #3F610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F610F

Black with #3F610F

Text Example


Text Example

White with #3F610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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