#095226

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

Shades of Crusoe #095226

Tints of Crusoe #095226

Color information

#095226 (or 0x095226) is unknown color: approx Crusoe. HEX triplet: 09, 52 and 26. RGB value is (9,82,38). Sum of RGB (Red+Green+Blue) = 9+82+38=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #095226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095226 is #F6ADD9. Grayscale: #373737. Windows color (decimal): -16166362 or 2511369. OLE color: 2511369.

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

Color convert

RGB98238-
CMYK0.8900.540.68
HSL143.84º80.22%17.84%-
HSV(B)143.84º89.02%32.16%-
XYZ3.486.232.85-
YUV55.16118.3295.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 82 (32.42% from 255) = 63.57%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=6.98%
G=63.57%
B=29.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982380.8900.540.68143.8480.2217.84
Hex952265903644905012
Octal111224613106610422012022
Binary1001101001010011010110010110110100010010010000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095226; }

 p { color: rgb(9,82,38); }

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

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

 a { background-color: rgb(9,82,38); }

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

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

 span { border-color: rgb(9,82,38); }

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