#075C2E

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

Shades of Crusoe #075C2E

Tints of Crusoe #075C2E

Color information

#075C2E (or 0x075C2E) is unknown color: approx Crusoe. HEX triplet: 07, 5C and 2E. RGB value is (7,92,46). Sum of RGB (Red+Green+Blue) = 7+92+46=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 92 (36.33% from 255 or 63.45% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 92 - color contains mainly: green. Hex color #075C2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075C2E is #F8A3D1. Grayscale: #3D3D3D. Windows color (decimal): -16294866 or 3038215. OLE color: 3038215.

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

Color convert

RGB79246-
CMYK0.9200.500.64
HSL147.53º85.86%19.41%-
HSV(B)147.53º92.39%36.08%-
XYZ4.417.93.88-
YUV61.34119.3489.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 92 (36.33% from 255) = 63.45%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=4.83%
G=63.45%
B=31.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal792460.9200.500.64147.5385.8619.41
Hex75C2E5C03240945613
Octal71345613406210022412623
Binary111101110010111010111000110010100000010010100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,92,46); }

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

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

 a { background-color: rgb(7,92,46); }

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

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

 span { border-color: rgb(7,92,46); }

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