#385A01

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

Shades of Verdun Green #385A01

Tints of Verdun Green #385A01

Color information

#385A01 (or 0x385A01) is unknown color: approx Verdun Green. HEX triplet: 38, 5A and 01. RGB value is (56,90,1). Sum of RGB (Red+Green+Blue) = 56+90+1=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #385A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385A01 is #C7A5FE. Grayscale: #464646. Windows color (decimal): -13084159 or 88632. OLE color: 88632.

HSL color Cylindrical-coordinate representation of color #385A01: hue angle of 82.92º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #385A01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB56901-
CMYK0.3800.990.65
HSL82.92º97.8%17.84%-
HSV(B)82.92º98.89%35.29%-
XYZ5.298.161.32-
YUV69.6989.24118.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 90 (35.55% from 255) = 61.22%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=38.10%
G=61.22%
B=0.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal569010.3800.990.6582.9297.817.84
Hex385A12606341536212
Octal70132146014310112314222
Binary111000101101011001100110001110000011010011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,90,1); }

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

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

 a { background-color: rgb(56,90,1); }

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

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

 span { border-color: rgb(56,90,1); }

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