Html Css Color HEX #095227 Crusoe

📋 copy color: '#095227'

red 9 ◦ green 82 ◦ blue 39

#095227
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #095227

Tints of Crusoe #095227

RGB

 RED value IS 9 (3.91% from 255) = 6.92%

 GREEN value IS 82 (32.42% from 255) = 63.08%

 BLUE value IS 39 (15.63% from 255) = 30%

R = 6.92%
G = 63.08%
B = 30%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#095227 (or 0x095227) is known color: Crusoe. HEX triplet: 09, 52 and 27. RGB value is (9,82,39). Sum of RGB (Red+Green+Blue) = 9+82+39=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #095227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095227 is #F6ADD8. Grayscale: #373737. Windows color (decimal): -16166361 or 2576905. OLE color: 2576905.

HSL color Cylindrical-coordinate representation of color #095227: hue angle of 144.66º 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 #095227 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 39 -
CMYK 0.89 0 0.52 0.68
HSL 144.66º 0.8% 0.18% -
HSV(B) 144.66º 0.89% 0.32% -
XYZ 3.5 6.24 2.94 -
YUV 55.27 118.82 95 -
System Red Green Blue C M Y K H S L
Decimal 9 82 39 0.89 0 0.52 0.68 144.66 0.8 0.18
Hex 9 52 27 59 0 34 44 91 50 12
Octal 11 122 47 131 0 64 104 221 120 22
Binary 1001 1010010 100111 1011001 0 110100 1000100 10010001 1010000 10010

Color Harmonies of #095227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095227

Black with #095227

Text Example


Text Example

White with #095227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095227; }

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

 H1.HeaderClassName
 {
   color: #095227;
 }
 .AnyTagClassName
 {
   color: #095227;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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