Html Css Color HEX #385914 Verdun Green

📋 copy color: '#385914'

red 56 ◦ green 89 ◦ blue 20

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

Shades of Verdun Green #385914

Tints of Verdun Green #385914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 33.94%
G = 53.94%
B = 12.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#385914 (or 0x385914) is known color: Verdun Green. HEX triplet: 38, 59 and 14. RGB value is (56,89,20). Sum of RGB (Red+Green+Blue) = 56+89+20=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #385914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385914 is #C7A6EB. Grayscale: #474747. Windows color (decimal): -13084396 or 1333560. OLE color: 1333560.

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

Color convert

RGB 56 89 20 -
CMYK 0.37 0 0.78 0.65
HSL 88.7º 0.63% 0.21% -
HSV(B) 88.7º 0.78% 0.35% -
XYZ 5.33 8.04 1.93 -
YUV 71.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 56 89 20 0.37 0 0.78 0.65 88.7 0.63 0.21
Hex 38 59 14 25 0 4E 41 59 3F 15
Octal 70 131 24 45 0 116 101 131 77 25
Binary 111000 1011001 10100 100101 0 1001110 1000001 1011001 111111 10101

Color Harmonies of #385914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385914

Black with #385914

Text Example


Text Example

White with #385914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385914; }

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

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

background-color css

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

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

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

border-color css

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

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

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