Html Css Color HEX #095022 Crusoe

📋 copy color: '#095022'

red 9 ◦ green 80 ◦ blue 34

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

Shades of Crusoe #095022

Tints of Crusoe #095022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 65.04%

 BLUE value IS 34 (13.67% from 255) = 27.64%

R = 7.32%
G = 65.04%
B = 27.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#095022 (or 0x095022) is known color: Crusoe. HEX triplet: 09, 50 and 22. RGB value is (9,80,34). Sum of RGB (Red+Green+Blue) = 9+80+34=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #095022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095022 is #F6AFDD. Grayscale: #353535. Windows color (decimal): -16166878 or 2248713. OLE color: 2248713.

HSL color Cylindrical-coordinate representation of color #095022: hue angle of 141.13º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095022 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 34 -
CMYK 0.89 0 0.58 0.69
HSL 141.13º 0.8% 0.17% -
HSV(B) 141.13º 0.89% 0.31% -
XYZ 3.27 5.91 2.48 -
YUV 53.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 9 80 34 0.89 0 0.58 0.69 141.13 0.8 0.17
Hex 9 50 22 59 0 3A 45 8D 50 11
Octal 11 120 42 131 0 72 105 215 120 21
Binary 1001 1010000 100010 1011001 0 111010 1000101 10001101 1010000 10001

Color Harmonies of #095022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095022

Black with #095022

Text Example


Text Example

White with #095022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095022; }

 p { color: rgb(9,80,34); }

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

background-color css

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

 a { background-color: rgb(9,80,34); }

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

border-color css

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

 span { border-color: rgb(9,80,34); }

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