Html Css Color HEX #385B06 Verdun Green

📋 copy color: '#385B06'

red 56 ◦ green 91 ◦ blue 6

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

Shades of Verdun Green #385B06

Tints of Verdun Green #385B06

RGB

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

 GREEN value IS 91 (35.94% from 255) = 59.48%

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

R = 36.6%
G = 59.48%
B = 3.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#385B06 (or 0x385B06) is known color: Verdun Green. HEX triplet: 38, 5B and 06. RGB value is (56,91,6). Sum of RGB (Red+Green+Blue) = 56+91+6=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #385B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385B06 is #C7A4F9. Grayscale: #474747. Windows color (decimal): -13083898 or 416568. OLE color: 416568.

HSL color Cylindrical-coordinate representation of color #385B06: hue angle of 84.71º 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 #385B06 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 91 6 -
CMYK 0.38 0 0.93 0.64
HSL 84.71º 0.88% 0.19% -
HSV(B) 84.71º 0.93% 0.36% -
XYZ 5.4 8.34 1.5 -
YUV 70.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 56 91 6 0.38 0 0.93 0.64 84.71 0.88 0.19
Hex 38 5B 6 26 0 5D 40 55 58 13
Octal 70 133 6 46 0 135 100 125 130 23
Binary 111000 1011011 110 100110 0 1011101 1000000 1010101 1011000 10011

Color Harmonies of #385B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B06

Black with #385B06

Text Example


Text Example

White with #385B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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