Html Css Color HEX #385514 Verdun Green

📋 copy color: '#385514'

red 56 ◦ green 85 ◦ blue 20

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

Shades of Verdun Green #385514

Tints of Verdun Green #385514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.8%

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

R = 34.78%
G = 52.8%
B = 12.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#385514 (or 0x385514) is known color: Verdun Green. HEX triplet: 38, 55 and 14. RGB value is (56,85,20). Sum of RGB (Red+Green+Blue) = 56+85+20=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #385514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385514 is #C7AAEB. Grayscale: #454545. Windows color (decimal): -13085420 or 1332536. OLE color: 1332536.

HSL color Cylindrical-coordinate representation of color #385514: hue angle of 86.77º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #385514 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 20 -
CMYK 0.34 0 0.76 0.67
HSL 86.77º 0.62% 0.21% -
HSV(B) 86.77º 0.76% 0.33% -
XYZ 5.01 7.39 1.82 -
YUV 68.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 56 85 20 0.34 0 0.76 0.67 86.77 0.62 0.21
Hex 38 55 14 22 0 4C 43 57 3E 15
Octal 70 125 24 42 0 114 103 127 76 25
Binary 111000 1010101 10100 100010 0 1001100 1000011 1010111 111110 10101

Color Harmonies of #385514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385514

Black with #385514

Text Example


Text Example

White with #385514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385514; }

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

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

background-color css

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

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

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

border-color css

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

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

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