Html Css Color HEX #366900 Verdun Green

📋 copy color: '#366900'

red 54 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #366900

Tints of Verdun Green #366900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 66.04%

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

R = 33.96%
G = 66.04%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#366900 (or 0x366900) is known color: Verdun Green. HEX triplet: 36, 69 and 00. RGB value is (54,105,0). Sum of RGB (Red+Green+Blue) = 54+105+0=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 105 (41.41% from 255 or 66.04% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 105 - color contains mainly: green. Hex color #366900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366900 is #C996FF. Grayscale: #4E4E4E. Windows color (decimal): -13211392 or 26934. OLE color: 26934.

HSL color Cylindrical-coordinate representation of color #366900: hue angle of 89.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #366900 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 105 0 -
CMYK 0.49 0 1 0.59
HSL 89.14º 1% 0.21% -
HSV(B) 89.14º 1% 0.41% -
XYZ 6.57 10.89 1.76 -
YUV 77.78 84.1 111.04 -
System Red Green Blue C M Y K H S L
Decimal 54 105 0 0.49 0 1 0.59 89.14 1 0.21
Hex 36 69 0 31 0 64 3B 59 64 15
Octal 66 151 0 61 0 144 73 131 144 25
Binary 110110 1101001 0 110001 0 1100100 111011 1011001 1100100 10101

Color Harmonies of #366900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366900

Black with #366900

Text Example


Text Example

White with #366900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366900; }

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

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

background-color css

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

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

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

border-color css

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

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

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