Html Css Color HEX #005B0C Green

📋 copy color: '#005B0C'

red 0 ◦ green 91 ◦ blue 12

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

Shades of Green #005B0C

Tints of Green #005B0C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 12 (5.08% from 255) = 11.65%

R = 0%
G = 88.35%
B = 11.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#005B0C (or 0x005B0C) is known color: Green. HEX triplet: 00, 5B and 0C. RGB value is (0,91,12). Sum of RGB (Red+Green+Blue) = 0+91+12=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 91 (35.94% from 255 or 88.35% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 91 - color contains mainly: green. Hex color #005B0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005B0C is #FFA4F3. Grayscale: #373737. Windows color (decimal): -16753908 or 809728. OLE color: 809728.

HSL color Cylindrical-coordinate representation of color #005B0C: hue angle of 127.91º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B0C is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 91 12 -
CMYK 1 0 0.87 0.64
HSL 127.91º 1% 0.18% -
HSV(B) 127.91º 1% 0.36% -
XYZ 3.81 7.51 1.6 -
YUV 54.79 103.85 88.92 -
System Red Green Blue C M Y K H S L
Decimal 0 91 12 1 0 0.87 0.64 127.91 1 0.18
Hex 0 5B C 64 0 57 40 80 64 12
Octal 0 133 14 144 0 127 100 200 144 22
Binary 0 1011011 1100 1100100 0 1010111 1000000 10000000 1100100 10010

Color Harmonies of #005B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B0C

Black with #005B0C

Text Example


Text Example

White with #005B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005B0C; }

 p { color: rgb(0,91,12); }

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

background-color css

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

 a { background-color: rgb(0,91,12); }

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

border-color css

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

 span { border-color: rgb(0,91,12); }

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