Html Css Color HEX #385912 Verdun Green

📋 copy color: '#385912'

red 56 ◦ green 89 ◦ blue 18

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

Shades of Verdun Green #385912

Tints of Verdun Green #385912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.6%

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 34.36%
G = 54.6%
B = 11.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#385912 (or 0x385912) is known color: Verdun Green. HEX triplet: 38, 59 and 12. RGB value is (56,89,18). Sum of RGB (Red+Green+Blue) = 56+89+18=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #385912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385912 is #C7A6ED. Grayscale: #474747. Windows color (decimal): -13084398 or 1202488. OLE color: 1202488.

HSL color Cylindrical-coordinate representation of color #385912: hue angle of 87.89º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #385912 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 18 -
CMYK 0.37 0 0.80 0.65
HSL 87.89º 0.66% 0.21% -
HSV(B) 87.89º 0.8% 0.35% -
XYZ 5.31 8.03 1.84 -
YUV 71.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 56 89 18 0.37 0 0.80 0.65 87.89 0.66 0.21
Hex 38 59 12 25 0 50 41 58 42 15
Octal 70 131 22 45 0 120 101 130 102 25
Binary 111000 1011001 10010 100101 0 1010000 1000001 1011000 1000010 10101

Color Harmonies of #385912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385912

Black with #385912

Text Example


Text Example

White with #385912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385912; }

 p { color: rgb(56,89,18); }

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

background-color css

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

 a { background-color: rgb(56,89,18); }

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

border-color css

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

 span { border-color: rgb(56,89,18); }

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