Html Css Color HEX #365003 Verdun Green

📋 copy color: '#365003'

red 54 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #365003

Tints of Verdun Green #365003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 58.39%

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

R = 39.42%
G = 58.39%
B = 2.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#365003 (or 0x365003) is known color: Verdun Green. HEX triplet: 36, 50 and 03. RGB value is (54,80,3). Sum of RGB (Red+Green+Blue) = 54+80+3=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #365003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365003 is #C9AFFC. Grayscale: #3F3F3F. Windows color (decimal): -13217789 or 217142. OLE color: 217142.

HSL color Cylindrical-coordinate representation of color #365003: hue angle of 80.26º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #365003 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 3 -
CMYK 0.33 0 0.96 0.69
HSL 80.26º 0.93% 0.16% -
HSV(B) 80.26º 0.96% 0.31% -
XYZ 4.41 6.53 1.11 -
YUV 63.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 54 80 3 0.33 0 0.96 0.69 80.26 0.93 0.16
Hex 36 50 3 21 0 60 45 50 5D 10
Octal 66 120 3 41 0 140 105 120 135 20
Binary 110110 1010000 11 100001 0 1100000 1000101 1010000 1011101 10000

Color Harmonies of #365003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365003

Black with #365003

Text Example


Text Example

White with #365003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365003; }

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

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

background-color css

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

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

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

border-color css

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

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

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