#095330

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

Shades of Crusoe #095330

Tints of Crusoe #095330

Color information

#095330 (or 0x095330) is unknown color: approx Crusoe. HEX triplet: 09, 53 and 30. RGB value is (9,83,48). Sum of RGB (Red+Green+Blue) = 9+83+48=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #095330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095330 is #F6ACCF. Grayscale: #383838. Windows color (decimal): -16166096 or 3166985. OLE color: 3166985.

HSL color Cylindrical-coordinate representation of color #095330: hue angle of 151.62º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095330 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB98348-
CMYK0.8900.420.67
HSL151.62º80.43%18.04%-
HSV(B)151.62º89.16%32.55%-
XYZ3.746.463.85-
YUV56.88122.9893.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 83 (32.81% from 255) = 59.29%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=6.43%
G=59.29%
B=34.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983480.8900.420.67151.6280.4318.04
Hex953305902A43985012
Octal111236013105210323012022
Binary1001101001111000010110010101010100001110011000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095330; }

 p { color: rgb(9,83,48); }

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

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

 a { background-color: rgb(9,83,48); }

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

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

 span { border-color: rgb(9,83,48); }

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