#07531C

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

Shades of Crusoe #07531C

Tints of Crusoe #07531C

Color information

#07531C (or 0x07531C) is unknown color: approx Crusoe. HEX triplet: 07, 53 and 1C. RGB value is (7,83,28). Sum of RGB (Red+Green+Blue) = 7+83+28=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #07531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07531C is #F8ACE3. Grayscale: #363636. Windows color (decimal): -16297188 or 1856263. OLE color: 1856263.

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

Color convert

RGB78328-
CMYK0.9200.660.67
HSL136.58º84.44%17.65%-
HSV(B)136.58º91.57%32.55%-
XYZ3.396.322.14-
YUV54.01113.3294.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 83 (32.81% from 255) = 70.34%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=5.93%
G=70.34%
B=23.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal783280.9200.660.67136.5884.4417.65
Hex7531C5C04243895412
Octal712334134010210321112422
Binary111101001111100101110001000010100001110001001101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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