Html Css Color HEX #385C06 Verdun Green

📋 copy color: '#385C06'

red 56 ◦ green 92 ◦ blue 6

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

Shades of Verdun Green #385C06

Tints of Verdun Green #385C06

RGB

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

 GREEN value IS 92 (36.33% from 255) = 59.74%

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

R = 36.36%
G = 59.74%
B = 3.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#385C06 (or 0x385C06) is known color: Verdun Green. HEX triplet: 38, 5C and 06. RGB value is (56,92,6). Sum of RGB (Red+Green+Blue) = 56+92+6=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 92 (36.33% from 255 or 59.74% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 92 - color contains mainly: green. Hex color #385C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385C06 is #C7A3F9. Grayscale: #474747. Windows color (decimal): -13083642 or 416824. OLE color: 416824.

HSL color Cylindrical-coordinate representation of color #385C06: hue angle of 85.12º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #385C06 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 92 6 -
CMYK 0.39 0 0.93 0.64
HSL 85.12º 0.88% 0.19% -
HSV(B) 85.12º 0.93% 0.36% -
XYZ 5.49 8.51 1.53 -
YUV 71.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 56 92 6 0.39 0 0.93 0.64 85.12 0.88 0.19
Hex 38 5C 6 27 0 5D 40 55 58 13
Octal 70 134 6 47 0 135 100 125 130 23
Binary 111000 1011100 110 100111 0 1011101 1000000 1010101 1011000 10011

Color Harmonies of #385C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C06

Black with #385C06

Text Example


Text Example

White with #385C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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