Html Css Color HEX #365B02 Verdun Green

📋 copy color: '#365B02'

red 54 ◦ green 91 ◦ blue 2

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

Shades of Verdun Green #365B02

Tints of Verdun Green #365B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 61.9%

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

R = 36.73%
G = 61.9%
B = 1.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#365B02 (or 0x365B02) is known color: Verdun Green. HEX triplet: 36, 5B and 02. RGB value is (54,91,2). Sum of RGB (Red+Green+Blue) = 54+91+2=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 91 (35.94% from 255 or 61.90% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 91 - color contains mainly: green. Hex color #365B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365B02 is #C9A4FD. Grayscale: #464646. Windows color (decimal): -13214974 or 154422. OLE color: 154422.

HSL color Cylindrical-coordinate representation of color #365B02: hue angle of 84.94º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #365B02 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 91 2 -
CMYK 0.41 0 0.98 0.64
HSL 84.94º 0.96% 0.18% -
HSV(B) 84.94º 0.98% 0.36% -
XYZ 5.27 8.27 1.38 -
YUV 69.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 54 91 2 0.41 0 0.98 0.64 84.94 0.96 0.18
Hex 36 5B 2 29 0 62 40 55 60 12
Octal 66 133 2 51 0 142 100 125 140 22
Binary 110110 1011011 10 101001 0 1100010 1000000 1010101 1100000 10010

Color Harmonies of #365B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B02

Black with #365B02

Text Example


Text Example

White with #365B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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