#07532A

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

Shades of Crusoe #07532A

Tints of Crusoe #07532A

Color information

#07532A (or 0x07532A) is unknown color: approx Crusoe. HEX triplet: 07, 53 and 2A. RGB value is (7,83,42). Sum of RGB (Red+Green+Blue) = 7+83+42=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #07532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07532A is #F8ACD5. Grayscale: #373737. Windows color (decimal): -16297174 or 2773767. OLE color: 2773767.

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

Color convert

RGB78342-
CMYK0.9200.490.67
HSL147.63º84.44%17.65%-
HSV(B)147.63º91.57%32.55%-
XYZ3.66.43.24-
YUV55.6120.3293.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 83 (32.81% from 255) = 62.88%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=5.30%
G=62.88%
B=31.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal783420.9200.490.67147.6384.4417.65
Hex7532A5C03143945412
Octal71235213406110322412422
Binary111101001110101010111000110001100001110010100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07532A; }

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

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

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

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

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

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

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

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