Html Css Color HEX #385911 Verdun Green

📋 copy color: '#385911'

red 56 ◦ green 89 ◦ blue 17

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

Shades of Verdun Green #385911

Tints of Verdun Green #385911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.49%

R = 34.57%
G = 54.94%
B = 10.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#385911 (or 0x385911) is known color: Verdun Green. HEX triplet: 38, 59 and 11. RGB value is (56,89,17). Sum of RGB (Red+Green+Blue) = 56+89+17=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #385911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385911 is #C7A6EE. Grayscale: #474747. Windows color (decimal): -13084399 or 1136952. OLE color: 1136952.

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

Color convert

RGB 56 89 17 -
CMYK 0.37 0 0.81 0.65
HSL 87.5º 0.68% 0.21% -
HSV(B) 87.5º 0.81% 0.35% -
XYZ 5.3 8.03 1.8 -
YUV 70.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 56 89 17 0.37 0 0.81 0.65 87.5 0.68 0.21
Hex 38 59 11 25 0 51 41 57 44 15
Octal 70 131 21 45 0 121 101 127 104 25
Binary 111000 1011001 10001 100101 0 1010001 1000001 1010111 1000100 10101

Color Harmonies of #385911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385911

Black with #385911

Text Example


Text Example

White with #385911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385911; }

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

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

background-color css

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

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

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

border-color css

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

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

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