Html Css Color HEX #366101 Verdun Green

📋 copy color: '#366101'

red 54 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #366101

Tints of Verdun Green #366101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 63.82%

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 35.53%
G = 63.82%
B = 0.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#366101 (or 0x366101) is known color: Verdun Green. HEX triplet: 36, 61 and 01. RGB value is (54,97,1). Sum of RGB (Red+Green+Blue) = 54+97+1=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #366101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366101 is #C99EFE. Grayscale: #494949. Windows color (decimal): -13213439 or 90422. OLE color: 90422.

HSL color Cylindrical-coordinate representation of color #366101: hue angle of 86.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #366101 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 97 1 -
CMYK 0.44 0 0.99 0.62
HSL 86.88º 0.98% 0.19% -
HSV(B) 86.88º 0.99% 0.38% -
XYZ 5.8 9.34 1.52 -
YUV 73.2 87.25 114.31 -
System Red Green Blue C M Y K H S L
Decimal 54 97 1 0.44 0 0.99 0.62 86.88 0.98 0.19
Hex 36 61 1 2C 0 63 3E 57 62 13
Octal 66 141 1 54 0 143 76 127 142 23
Binary 110110 1100001 1 101100 0 1100011 111110 1010111 1100010 10011

Color Harmonies of #366101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366101

Black with #366101

Text Example


Text Example

White with #366101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366101; }

 p { color: rgb(54,97,1); }

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

background-color css

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

 a { background-color: rgb(54,97,1); }

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

border-color css

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

 span { border-color: rgb(54,97,1); }

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