Html Css Color HEX #365201 Verdun Green

📋 copy color: '#365201'

red 54 ◦ green 82 ◦ blue 1

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

Shades of Verdun Green #365201

Tints of Verdun Green #365201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.85%

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

R = 39.42%
G = 59.85%
B = 0.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#365201 (or 0x365201) is known color: Verdun Green. HEX triplet: 36, 52 and 01. RGB value is (54,82,1). Sum of RGB (Red+Green+Blue) = 54+82+1=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #365201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365201 is #C9ADFE. Grayscale: #404040. Windows color (decimal): -13217279 or 86582. OLE color: 86582.

HSL color Cylindrical-coordinate representation of color #365201: hue angle of 80.74º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #365201 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 1 -
CMYK 0.34 0 0.99 0.68
HSL 80.74º 0.98% 0.16% -
HSV(B) 80.74º 0.99% 0.32% -
XYZ 4.54 6.82 1.11 -
YUV 64.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 54 82 1 0.34 0 0.99 0.68 80.74 0.98 0.16
Hex 36 52 1 22 0 63 44 51 62 10
Octal 66 122 1 42 0 143 104 121 142 20
Binary 110110 1010010 1 100010 0 1100011 1000100 1010001 1100010 10000

Color Harmonies of #365201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365201

Black with #365201

Text Example


Text Example

White with #365201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365201; }

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

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

background-color css

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

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

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

border-color css

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

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

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