#075D32

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

Shades of Crusoe #075D32

Tints of Crusoe #075D32

Color information

#075D32 (or 0x075D32) is unknown color: approx Crusoe. HEX triplet: 07, 5D and 32. RGB value is (7,93,50). Sum of RGB (Red+Green+Blue) = 7+93+50=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #075D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D32 is #F8A2CD. Grayscale: #3E3E3E. Windows color (decimal): -16294606 or 3300615. OLE color: 3300615.

HSL color Cylindrical-coordinate representation of color #075D32: hue angle of 150º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D32 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB79350-
CMYK0.9200.460.64
HSL150º86%19.61%-
HSV(B)150º92.47%36.47%-
XYZ4.588.14.34-
YUV62.38121.0188.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 93 (36.72% from 255) = 62%
BLUE value IS 50 (19.92% from 255) = 33.33%
R=4.67%
G=62%
B=33.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal793500.9200.460.641508619.61
Hex75D325C02E40965614
Octal71356213405610022612624
Binary111101110111001010111000101110100000010010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075D32; }

 p { color: rgb(7,93,50); }

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

<style>
 a { background-color: #075D32; }

 a { background-color: rgb(7,93,50); }

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

<style>
 span { border-color: #075D32; }

 span { border-color: rgb(7,93,50); }

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