#365c00

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

Shades of Verdun Green #365C00

Tints of Verdun Green #365C00

Color information

#365C00 (or 0x365C00) is unknown color: approx Verdun Green. HEX triplet: 36, 5C and 00. RGB value is (54,92,0). Sum of RGB (Red+Green+Blue) = 54+92+0=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 92 (36.33% from 255 or 63.01% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 92 - color contains mainly: green. Hex color #365C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365C00 is #C9A3FF. Grayscale: #464646. Windows color (decimal): -13214720 or 23606. OLE color: 23606.

HSL color Cylindrical-coordinate representation of color #365C00: hue angle of 84.78º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #365C00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB54920-
CMYK0.41010.64
HSL84.78º100%18.04%-
HSV(B)84.78º100%36.08%-
XYZ5.358.441.35-
YUV70.1588.41116.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 92 (36.33% from 255) = 63.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.99%
G=63.01%
B=0%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal549200.41010.6484.7810018.04
Hex365C02906440556412
Octal66134051014410012514422
Binary110110101110001010010110010010000001010101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365c00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365c00; }

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

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

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

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

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

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

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

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