#365700

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

Shades of Verdun Green #365700

Tints of Verdun Green #365700

Color information

#365700 (or 0x365700) is unknown color: approx Verdun Green. HEX triplet: 36, 57 and 00. RGB value is (54,87,0). Sum of RGB (Red+Green+Blue) = 54+87+0=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 87 (34.38% from 255 or 61.70% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 87 - color contains mainly: green. Hex color #365700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365700 is #C9A8FF. Grayscale: #434343. Windows color (decimal): -13216000 or 22326. OLE color: 22326.

HSL color Cylindrical-coordinate representation of color #365700: hue angle of 82.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #365700 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB54870-
CMYK0.38010.66
HSL82.76º100%17.06%-
HSV(B)82.76º100%34.12%-
XYZ4.937.61.21-
YUV67.2290.07118.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 87 (34.38% from 255) = 61.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.30%
G=61.70%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal548700.38010.6682.7610017.06
Hex365702606442536411
Octal66127046014410212314421
Binary110110101011101001100110010010000101010011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365700; }

 p { color: rgb(54,87,0); }

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

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

 a { background-color: rgb(54,87,0); }

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

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

 span { border-color: rgb(54,87,0); }

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