Html Css Color HEX #386109 Verdun Green

📋 copy color: '#386109'

red 56 ◦ green 97 ◦ blue 9

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

Shades of Verdun Green #386109

Tints of Verdun Green #386109

RGB

 RED value IS 56 (22.27% from 255) = 34.57%

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

 BLUE value IS 9 (3.91% from 255) = 5.56%

R = 34.57%
G = 59.88%
B = 5.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#386109 (or 0x386109) is known color: Verdun Green. HEX triplet: 38, 61 and 09. RGB value is (56,97,9). Sum of RGB (Red+Green+Blue) = 56+97+9=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #386109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386109 is #C79EF6. Grayscale: #4B4B4B. Windows color (decimal): -13082359 or 614712. OLE color: 614712.

HSL color Cylindrical-coordinate representation of color #386109: hue angle of 87.95º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #386109 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 9 -
CMYK 0.42 0 0.91 0.62
HSL 87.95º 0.83% 0.21% -
HSV(B) 87.95º 0.91% 0.38% -
XYZ 5.95 9.41 1.76 -
YUV 74.71 90.92 114.66 -
System Red Green Blue C M Y K H S L
Decimal 56 97 9 0.42 0 0.91 0.62 87.95 0.83 0.21
Hex 38 61 9 2A 0 5B 3E 58 53 15
Octal 70 141 11 52 0 133 76 130 123 25
Binary 111000 1100001 1001 101010 0 1011011 111110 1011000 1010011 10101

Color Harmonies of #386109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386109

Black with #386109

Text Example


Text Example

White with #386109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386109; }

 p { color: rgb(56,97,9); }

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

background-color css

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

 a { background-color: rgb(56,97,9); }

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

border-color css

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

 span { border-color: rgb(56,97,9); }

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