Html Css Color HEX #365502 Verdun Green

📋 copy color: '#365502'

red 54 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #365502

Tints of Verdun Green #365502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 60.28%

 BLUE value IS 2 (1.17% from 255) = 1.42%

R = 38.3%
G = 60.28%
B = 1.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#365502 (or 0x365502) is known color: Verdun Green. HEX triplet: 36, 55 and 02. RGB value is (54,85,2). Sum of RGB (Red+Green+Blue) = 54+85+2=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #365502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365502 is #C9AAFD. Grayscale: #424242. Windows color (decimal): -13216510 or 152886. OLE color: 152886.

HSL color Cylindrical-coordinate representation of color #365502: hue angle of 82.41º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #365502 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 2 -
CMYK 0.36 0 0.98 0.67
HSL 82.41º 0.95% 0.17% -
HSV(B) 82.41º 0.98% 0.33% -
XYZ 4.78 7.29 1.21 -
YUV 66.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 54 85 2 0.36 0 0.98 0.67 82.41 0.95 0.17
Hex 36 55 2 24 0 62 43 52 5F 11
Octal 66 125 2 44 0 142 103 122 137 21
Binary 110110 1010101 10 100100 0 1100010 1000011 1010010 1011111 10001

Color Harmonies of #365502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365502

Black with #365502

Text Example


Text Example

White with #365502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365502; }

 p { color: rgb(54,85,2); }

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

background-color css

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

 a { background-color: rgb(54,85,2); }

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

border-color css

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

 span { border-color: rgb(54,85,2); }

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