Html Css Color HEX #366504 Verdun Green

📋 copy color: '#366504'

red 54 ◦ green 101 ◦ blue 4

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

Shades of Verdun Green #366504

Tints of Verdun Green #366504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 63.52%

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 33.96%
G = 63.52%
B = 2.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#366504 (or 0x366504) is known color: Verdun Green. HEX triplet: 36, 65 and 04. RGB value is (54,101,4). Sum of RGB (Red+Green+Blue) = 54+101+4=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #366504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366504 is #C99AFB. Grayscale: #4C4C4C. Windows color (decimal): -13212412 or 288054. OLE color: 288054.

HSL color Cylindrical-coordinate representation of color #366504: hue angle of 89.07º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #366504 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 101 4 -
CMYK 0.47 0 0.96 0.60
HSL 89.07º 0.92% 0.21% -
HSV(B) 89.07º 0.96% 0.4% -
XYZ 6.2 10.1 1.74 -
YUV 75.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 54 101 4 0.47 0 0.96 0.60 89.07 0.92 0.21
Hex 36 65 4 2F 0 60 3C 59 5C 15
Octal 66 145 4 57 0 140 74 131 134 25
Binary 110110 1100101 100 101111 0 1100000 111100 1011001 1011100 10101

Color Harmonies of #366504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366504

Black with #366504

Text Example


Text Example

White with #366504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366504; }

 p { color: rgb(54,101,4); }

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

background-color css

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

 a { background-color: rgb(54,101,4); }

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

border-color css

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

 span { border-color: rgb(54,101,4); }

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