Html Css Color HEX #095523 Crusoe

📋 copy color: '#095523'

red 9 ◦ green 85 ◦ blue 35

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

Shades of Crusoe #095523

Tints of Crusoe #095523

RGB

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

 GREEN value IS 85 (33.59% from 255) = 65.89%

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

R = 6.98%
G = 65.89%
B = 27.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#095523 (or 0x095523) is known color: Crusoe. HEX triplet: 09, 55 and 23. RGB value is (9,85,35). Sum of RGB (Red+Green+Blue) = 9+85+35=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #095523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095523 is #F6AADC. Grayscale: #383838. Windows color (decimal): -16165597 or 2315529. OLE color: 2315529.

HSL color Cylindrical-coordinate representation of color #095523: hue angle of 140.53º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095523 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 35 -
CMYK 0.89 0 0.59 0.67
HSL 140.53º 0.81% 0.18% -
HSV(B) 140.53º 0.89% 0.33% -
XYZ 3.66 6.68 2.69 -
YUV 56.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 9 85 35 0.89 0 0.59 0.67 140.53 0.81 0.18
Hex 9 55 23 59 0 3B 43 8D 51 12
Octal 11 125 43 131 0 73 103 215 121 22
Binary 1001 1010101 100011 1011001 0 111011 1000011 10001101 1010001 10010

Color Harmonies of #095523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095523

Black with #095523

Text Example


Text Example

White with #095523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095523; }

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

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

background-color css

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

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

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

border-color css

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

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

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