Html Css Color HEX #505B02 Verdun Green

📋 copy color: '#505B02'

red 80 ◦ green 91 ◦ blue 2

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

Shades of Verdun Green #505B02

Tints of Verdun Green #505B02

RGB

 RED value IS 80 (31.64% from 255) = 46.24%

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

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

R = 46.24%
G = 52.6%
B = 1.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#505B02 (or 0x505B02) is known color: Verdun Green. HEX triplet: 50, 5B and 02. RGB value is (80,91,2). Sum of RGB (Red+Green+Blue) = 80+91+2=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #505B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505B02 is #AFA4FD. Grayscale: #4D4D4D. Windows color (decimal): -11511038 or 154448. OLE color: 154448.

HSL color Cylindrical-coordinate representation of color #505B02: hue angle of 67.42º 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 #505B02 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 91 2 -
CMYK 0.12 0 0.98 0.64
HSL 67.42º 0.96% 0.18% -
HSV(B) 67.42º 0.98% 0.36% -
XYZ 7.06 9.19 1.46 -
YUV 77.57 85.36 129.74 -
System Red Green Blue C M Y K H S L
Decimal 80 91 2 0.12 0 0.98 0.64 67.42 0.96 0.18
Hex 50 5B 2 C 0 62 40 43 60 12
Octal 120 133 2 14 0 142 100 103 140 22
Binary 1010000 1011011 10 1100 0 1100010 1000000 1000011 1100000 10010

Color Harmonies of #505B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B02

Black with #505B02

Text Example


Text Example

White with #505B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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