#07552C

Color #07552C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #07552C

Tints of Crusoe #07552C

Color information

#07552C (or 0x07552C) is unknown color: approx Crusoe. HEX triplet: 07, 55 and 2C. RGB value is (7,85,44). Sum of RGB (Red+Green+Blue) = 7+85+44=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #07552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07552C is #F8AAD3. Grayscale: #393939. Windows color (decimal): -16296660 or 2905351. OLE color: 2905351.

HSL color Cylindrical-coordinate representation of color #07552C: hue angle of 148.46º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07552C is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB78544-
CMYK0.9200.480.67
HSL148.46º84.78%18.04%-
HSV(B)148.46º91.76%33.33%-
XYZ3.796.723.48-
YUV57120.6692.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.15%
GREEN value IS 85 (33.59% from 255) = 62.5%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=5.15%
G=62.5%
B=32.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785440.9200.480.67148.4684.7818.04
Hex7552C5C03043945512
Octal71255413406010322412522
Binary111101010110110010111000110000100001110010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07552C; }

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

 H1.HeaderClassName
 {
   color: #07552C;
 }
 .AnyTagClassName
 {
   color: #07552C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #07552C;
 }
 .BgClassName
 {
   background-color: #07552C;
 }
</style>
border-color css

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

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

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