Html Css Color HEX #005508 Green

📋 copy color: '#005508'

red 0 ◦ green 85 ◦ blue 8

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

Shades of Green #005508

Tints of Green #005508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.6%

R = 0%
G = 91.4%
B = 8.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#005508 (or 0x005508) is known color: Green. HEX triplet: 00, 55 and 08. RGB value is (0,85,8). Sum of RGB (Red+Green+Blue) = 0+85+8=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 85 (33.59% from 255 or 91.40% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 85 - color contains mainly: green. Hex color #005508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005508 is #FFAAF7. Grayscale: #333333. Windows color (decimal): -16755448 or 546048. OLE color: 546048.

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

Color convert

RGB 0 85 8 -
CMYK 1 0 0.91 0.67
HSL 125.65º 1% 0.17% -
HSV(B) 125.65º 1% 0.33% -
XYZ 3.29 6.51 1.31 -
YUV 50.81 103.84 91.76 -
System Red Green Blue C M Y K H S L
Decimal 0 85 8 1 0 0.91 0.67 125.65 1 0.17
Hex 0 55 8 64 0 5B 43 7E 64 11
Octal 0 125 10 144 0 133 103 176 144 21
Binary 0 1010101 1000 1100100 0 1011011 1000011 1111110 1100100 10001

Color Harmonies of #005508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005508

Black with #005508

Text Example


Text Example

White with #005508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005508; }

 p { color: rgb(0,85,8); }

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

background-color css

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

 a { background-color: rgb(0,85,8); }

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

border-color css

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

 span { border-color: rgb(0,85,8); }

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