#096230

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

Shades of Crusoe #096230

Tints of Crusoe #096230

Color information

#096230 (or 0x096230) is unknown color: approx Crusoe. HEX triplet: 09, 62 and 30. RGB value is (9,98,48). Sum of RGB (Red+Green+Blue) = 9+98+48=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #096230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096230 is #F69DCF. Grayscale: #414141. Windows color (decimal): -16162256 or 3170825. OLE color: 3170825.

HSL color Cylindrical-coordinate representation of color #096230: hue angle of 146.29º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096230 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB99848-
CMYK0.9100.510.62
HSL146.29º83.18%20.98%-
HSV(B)146.29º90.82%38.43%-
XYZ5.019.014.27-
YUV65.69118.0187.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 98 (38.67% from 255) = 63.23%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=5.81%
G=63.23%
B=30.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998480.9100.510.62146.2983.1820.98
Hex962305B0333E925315
Octal11142601330637622212325
Binary100111000101100001011011011001111111010010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096230; }

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

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

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

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

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

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

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

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