Html Css Color HEX #365203 Verdun Green

📋 copy color: '#365203'

red 54 ◦ green 82 ◦ blue 3

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

Shades of Verdun Green #365203

Tints of Verdun Green #365203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 38.85%
G = 58.99%
B = 2.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#365203 (or 0x365203) is known color: Verdun Green. HEX triplet: 36, 52 and 03. RGB value is (54,82,3). Sum of RGB (Red+Green+Blue) = 54+82+3=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #365203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365203 is #C9ADFC. Grayscale: #404040. Windows color (decimal): -13217277 or 217654. OLE color: 217654.

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

Color convert

RGB 54 82 3 -
CMYK 0.34 0 0.96 0.68
HSL 81.27º 0.93% 0.17% -
HSV(B) 81.27º 0.96% 0.32% -
XYZ 4.56 6.83 1.16 -
YUV 64.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 54 82 3 0.34 0 0.96 0.68 81.27 0.93 0.17
Hex 36 52 3 22 0 60 44 51 5D 11
Octal 66 122 3 42 0 140 104 121 135 21
Binary 110110 1010010 11 100010 0 1100000 1000100 1010001 1011101 10001

Color Harmonies of #365203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365203

Black with #365203

Text Example


Text Example

White with #365203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365203; }

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

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

background-color css

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

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

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

border-color css

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

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

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