Html Css Color HEX #366C00 Verdun Green

📋 copy color: '#366C00'

red 54 ◦ green 108 ◦ blue 0

#366C00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #366C00

Tints of Verdun Green #366C00

RGB

 RED value IS 54 (21.48% from 255) = 33.33%

 GREEN value IS 108 (42.58% from 255) = 66.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#366C00 (or 0x366C00) is known color: Verdun Green. HEX triplet: 36, 6C and 00. RGB value is (54,108,0). Sum of RGB (Red+Green+Blue) = 54+108+0=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 108 (42.58% from 255 or 66.67% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 108 - color contains mainly: green. Hex color #366C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366C00 is #C993FF. Grayscale: #4F4F4F. Windows color (decimal): -13210624 or 27702. OLE color: 27702.

HSL color Cylindrical-coordinate representation of color #366C00: hue angle of 90º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #366C00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 108 0 -
CMYK 0.50 0 1 0.58
HSL 90º 1% 0.21% -
HSV(B) 90º 1% 0.42% -
XYZ 6.88 11.51 1.86 -
YUV 79.54 83.11 109.78 -
System Red Green Blue C M Y K H S L
Decimal 54 108 0 0.50 0 1 0.58 90 1 0.21
Hex 36 6C 0 32 0 64 3A 5A 64 15
Octal 66 154 0 62 0 144 72 132 144 25
Binary 110110 1101100 0 110010 0 1100100 111010 1011010 1100100 10101

Color Harmonies of #366C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C00

Black with #366C00

Text Example


Text Example

White with #366C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366C00; }

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

 H1.HeaderClassName
 {
   color: #366C00;
 }
 .AnyTagClassName
 {
   color: #366C00;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #366C00;
 }
 .BgClassName
 {
   background-color: #366C00;
 }
</style>

border-color css

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

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

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