#07551C

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

Shades of Crusoe #07551C

Tints of Crusoe #07551C

Color information

#07551C (or 0x07551C) is unknown color: approx Crusoe. HEX triplet: 07, 55 and 1C. RGB value is (7,85,28). Sum of RGB (Red+Green+Blue) = 7+85+28=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #07551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07551C is #F8AAE3. Grayscale: #373737. Windows color (decimal): -16296676 or 1856775. OLE color: 1856775.

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

Color convert

RGB78528-
CMYK0.9200.670.67
HSL136.15º84.78%18.04%-
HSV(B)136.15º91.76%33.33%-
XYZ3.556.632.19-
YUV55.18112.6693.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 85 (33.59% from 255) = 70.83%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=5.83%
G=70.83%
B=23.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785280.9200.670.67136.1584.7818.04
Hex7551C5C04343885512
Octal712534134010310321012522
Binary111101010111100101110001000011100001110001000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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