#07581D

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

Shades of Crusoe #07581D

Tints of Crusoe #07581D

Color information

#07581D (or 0x07581D) is unknown color: approx Crusoe. HEX triplet: 07, 58 and 1D. RGB value is (7,88,29). Sum of RGB (Red+Green+Blue) = 7+88+29=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #07581D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07581D is #F8A7E2. Grayscale: #393939. Windows color (decimal): -16295907 or 1923079. OLE color: 1923079.

HSL color Cylindrical-coordinate representation of color #07581D: hue angle of 136.3º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07581D is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB78829-
CMYK0.9200.670.65
HSL136.3º85.26%18.63%-
HSV(B)136.3º92.05%34.51%-
XYZ3.87.112.34-
YUV57.05112.1692.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 88 (34.77% from 255) = 70.97%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=5.65%
G=70.97%
B=23.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788290.9200.670.65136.385.2618.63
Hex7581D5C04341885513
Octal713035134010310121012523
Binary111101100011101101110001000011100000110001000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07581D; }

 p { color: rgb(7,88,29); }

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

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

 a { background-color: rgb(7,88,29); }

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

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

 span { border-color: rgb(7,88,29); }

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