#385004

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

Shades of Verdun Green #385004

Tints of Verdun Green #385004

Color information

#385004 (or 0x385004) is unknown color: approx Verdun Green. HEX triplet: 38, 50 and 04. RGB value is (56,80,4). Sum of RGB (Red+Green+Blue) = 56+80+4=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #385004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385004 is #C7AFFB. Grayscale: #404040. Windows color (decimal): -13086716 or 282680. OLE color: 282680.

HSL color Cylindrical-coordinate representation of color #385004: hue angle of 78.95º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #385004 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB56804-
CMYK0.3000.950.69
HSL78.95º90.48%16.47%-
HSV(B)78.95º95%31.37%-
XYZ4.526.591.15-
YUV64.1694.05122.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 57.14%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=40%
G=57.14%
B=2.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal568040.3000.950.6978.9590.4816.47
Hex385041E05F454f5a10
Octal70120436013710511713220
Binary1110001010000100111100101111110001011001111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385004; }

 p { color: rgb(56,80,4); }

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

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

 a { background-color: rgb(56,80,4); }

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

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

 span { border-color: rgb(56,80,4); }

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