Html Css Color HEX #385F06 Verdun Green

📋 copy color: '#385F06'

red 56 ◦ green 95 ◦ blue 6

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

Shades of Verdun Green #385F06

Tints of Verdun Green #385F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.82%

R = 35.67%
G = 60.51%
B = 3.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#385F06 (or 0x385F06) is known color: Verdun Green. HEX triplet: 38, 5F and 06. RGB value is (56,95,6). Sum of RGB (Red+Green+Blue) = 56+95+6=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 95 (37.5% from 255 or 60.51% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 95 - color contains mainly: green. Hex color #385F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385F06 is #C7A0F9. Grayscale: #494949. Windows color (decimal): -13082874 or 417592. OLE color: 417592.

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

Color convert

RGB 56 95 6 -
CMYK 0.41 0 0.94 0.63
HSL 86.29º 0.88% 0.2% -
HSV(B) 86.29º 0.94% 0.37% -
XYZ 5.76 9.04 1.61 -
YUV 73.19 90.08 115.74 -
System Red Green Blue C M Y K H S L
Decimal 56 95 6 0.41 0 0.94 0.63 86.29 0.88 0.2
Hex 38 5F 6 29 0 5E 3F 56 58 14
Octal 70 137 6 51 0 136 77 126 130 24
Binary 111000 1011111 110 101001 0 1011110 111111 1010110 1011000 10100

Color Harmonies of #385F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F06

Black with #385F06

Text Example


Text Example

White with #385F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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