Html Css Color HEX #385F0E Verdun Green

📋 copy color: '#385F0E'

red 56 ◦ green 95 ◦ blue 14

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

Shades of Verdun Green #385F0E

Tints of Verdun Green #385F0E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 57.58%

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 33.94%
G = 57.58%
B = 8.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.63

RGB Variations

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

Color information

#385F0E (or 0x385F0E) is known color: Verdun Green. HEX triplet: 38, 5F and 0E. RGB value is (56,95,14). Sum of RGB (Red+Green+Blue) = 56+95+14=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #385F0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385F0E is #C7A0F1. Grayscale: #4A4A4A. Windows color (decimal): -13082866 or 941880. OLE color: 941880.

HSL color Cylindrical-coordinate representation of color #385F0E: hue angle of 88.89º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #385F0E is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 95 14 -
CMYK 0.41 0 0.85 0.63
HSL 88.89º 0.74% 0.21% -
HSV(B) 88.89º 0.85% 0.37% -
XYZ 5.8 9.06 1.86 -
YUV 74.11 94.08 115.09 -
System Red Green Blue C M Y K H S L
Decimal 56 95 14 0.41 0 0.85 0.63 88.89 0.74 0.21
Hex 38 5F E 29 0 55 3F 59 4A 15
Octal 70 137 16 51 0 125 77 131 112 25
Binary 111000 1011111 1110 101001 0 1010101 111111 1011001 1001010 10101

Color Harmonies of #385F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F0E

Black with #385F0E

Text Example


Text Example

White with #385F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385F0E; }

 p { color: rgb(56,95,14); }

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

background-color css

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

 a { background-color: rgb(56,95,14); }

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

border-color css

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

 span { border-color: rgb(56,95,14); }

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