Html Css Color HEX #385306 Verdun Green

📋 copy color: '#385306'

red 56 ◦ green 83 ◦ blue 6

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

Shades of Verdun Green #385306

Tints of Verdun Green #385306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 57.24%

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

R = 38.62%
G = 57.24%
B = 4.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#385306 (or 0x385306) is known color: Verdun Green. HEX triplet: 38, 53 and 06. RGB value is (56,83,6). Sum of RGB (Red+Green+Blue) = 56+83+6=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #385306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385306 is #C7ACF9. Grayscale: #424242. Windows color (decimal): -13085946 or 414520. OLE color: 414520.

HSL color Cylindrical-coordinate representation of color #385306: hue angle of 81.04º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #385306 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 83 6 -
CMYK 0.33 0 0.93 0.67
HSL 81.04º 0.87% 0.17% -
HSV(B) 81.04º 0.93% 0.33% -
XYZ 4.76 7.04 1.28 -
YUV 66.15 94.05 120.76 -
System Red Green Blue C M Y K H S L
Decimal 56 83 6 0.33 0 0.93 0.67 81.04 0.87 0.17
Hex 38 53 6 21 0 5D 43 51 57 11
Octal 70 123 6 41 0 135 103 121 127 21
Binary 111000 1010011 110 100001 0 1011101 1000011 1010001 1010111 10001

Color Harmonies of #385306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385306

Black with #385306

Text Example


Text Example

White with #385306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385306; }

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

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

background-color css

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

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

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

border-color css

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

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

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