Html Css Color HEX #005507 Green

📋 copy color: '#005507'

red 0 ◦ green 85 ◦ blue 7

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

Shades of Green #005507

Tints of Green #005507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.61%

R = 0%
G = 92.39%
B = 7.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#005507 (or 0x005507) is known color: Green. HEX triplet: 00, 55 and 07. RGB value is (0,85,7). Sum of RGB (Red+Green+Blue) = 0+85+7=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 85 (33.59% from 255 or 92.39% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 85 - color contains mainly: green. Hex color #005507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005507 is #FFAAF8. Grayscale: #323232. Windows color (decimal): -16755449 or 480512. OLE color: 480512.

HSL color Cylindrical-coordinate representation of color #005507: hue angle of 124.94º 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 #005507 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 85 7 -
CMYK 1 0 0.92 0.67
HSL 124.94º 1% 0.17% -
HSV(B) 124.94º 1% 0.33% -
XYZ 3.29 6.51 1.28 -
YUV 50.69 103.34 91.84 -
System Red Green Blue C M Y K H S L
Decimal 0 85 7 1 0 0.92 0.67 124.94 1 0.17
Hex 0 55 7 64 0 5C 43 7D 64 11
Octal 0 125 7 144 0 134 103 175 144 21
Binary 0 1010101 111 1100100 0 1011100 1000011 1111101 1100100 10001

Color Harmonies of #005507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005507

Black with #005507

Text Example


Text Example

White with #005507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005507; }

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

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

background-color css

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

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

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

border-color css

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

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

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