Html Css Color HEX #095223 Crusoe

📋 copy color: '#095223'

red 9 ◦ green 82 ◦ blue 35

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

Shades of Crusoe #095223

Tints of Crusoe #095223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 27.78%

R = 7.14%
G = 65.08%
B = 27.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#095223 (or 0x095223) is known color: Crusoe. HEX triplet: 09, 52 and 23. RGB value is (9,82,35). Sum of RGB (Red+Green+Blue) = 9+82+35=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #095223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095223 is #F6ADDC. Grayscale: #363636. Windows color (decimal): -16166365 or 2314761. OLE color: 2314761.

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

Color convert

RGB 9 82 35 -
CMYK 0.89 0 0.57 0.68
HSL 141.37º 0.8% 0.18% -
HSV(B) 141.37º 0.89% 0.32% -
XYZ 3.43 6.21 2.61 -
YUV 54.82 116.82 95.32 -
System Red Green Blue C M Y K H S L
Decimal 9 82 35 0.89 0 0.57 0.68 141.37 0.8 0.18
Hex 9 52 23 59 0 39 44 8D 50 12
Octal 11 122 43 131 0 71 104 215 120 22
Binary 1001 1010010 100011 1011001 0 111001 1000100 10001101 1010000 10010

Color Harmonies of #095223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095223

Black with #095223

Text Example


Text Example

White with #095223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095223; }

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

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

background-color css

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

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

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

border-color css

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

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

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