#385508

Color #385508 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #385508

Tints of Verdun Green #385508

Color information

#385508 (or 0x385508) is unknown color: approx Verdun Green. HEX triplet: 38, 55 and 08. RGB value is (56,85,8). Sum of RGB (Red+Green+Blue) = 56+85+8=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #385508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385508 is #C7AAF7. Grayscale: #434343. Windows color (decimal): -13085432 or 546104. OLE color: 546104.

HSL color Cylindrical-coordinate representation of color #385508: hue angle of 82.6º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #385508 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB56858-
CMYK0.3400.910.67
HSL82.6º82.8%18.24%-
HSV(B)82.6º90.59%33.33%-
XYZ4.927.361.39-
YUV67.5594.39119.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 8 (3.52% from 255) = 5.37%
R=37.58%
G=57.05%
B=5.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal568580.3400.910.6782.682.818.24
Hex385582205B43535312
Octal701251042013310312312322
Binary111000101010110001000100101101110000111010011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385508; }

 p { color: rgb(56,85,8); }

 H1.HeaderClassName
 {
   color: #385508;
 }
 .AnyTagClassName
 {
   color: #385508;
 }
</style>
background-color css

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

 a { background-color: rgb(56,85,8); }

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

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

 span { border-color: rgb(56,85,8); }

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