#095B29

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

Shades of Crusoe #095B29

Tints of Crusoe #095B29

Color information

#095B29 (or 0x095B29) is unknown color: approx Crusoe. HEX triplet: 09, 5B and 29. RGB value is (9,91,41). Sum of RGB (Red+Green+Blue) = 9+91+41=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 91 (35.94% from 255 or 64.54% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 91 - color contains mainly: green. Hex color #095B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B29 is #F6A4D6. Grayscale: #3C3C3C. Windows color (decimal): -16164055 or 2710281. OLE color: 2710281.

HSL color Cylindrical-coordinate representation of color #095B29: hue angle of 143.41º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B29 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB99141-
CMYK0.9000.550.64
HSL143.41º82%19.61%-
HSV(B)143.41º90.11%35.69%-
XYZ4.257.73.36-
YUV60.78116.8391.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 91 (35.94% from 255) = 64.54%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=6.38%
G=64.54%
B=29.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal991410.9000.550.64143.418219.61
Hex95B295A037408f5214
Octal111335113206710021712224
Binary1001101101110100110110100110111100000010001111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095B29; }

 p { color: rgb(9,91,41); }

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

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

 a { background-color: rgb(9,91,41); }

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

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

 span { border-color: rgb(9,91,41); }

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