Html Css Color HEX #095219 Crusoe

📋 copy color: '#095219'

red 9 ◦ green 82 ◦ blue 25

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

Shades of Crusoe #095219

Tints of Crusoe #095219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.55%

R = 7.76%
G = 70.69%
B = 21.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#095219 (or 0x095219) is known color: Crusoe. HEX triplet: 09, 52 and 19. RGB value is (9,82,25). Sum of RGB (Red+Green+Blue) = 9+82+25=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 82 (32.42% from 255 or 70.69% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 82 - color contains mainly: green. Hex color #095219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095219 is #F6ADE6. Grayscale: #353535. Windows color (decimal): -16166375 or 1659401. OLE color: 1659401.

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

Color convert

RGB 9 82 25 -
CMYK 0.89 0 0.70 0.68
HSL 133.15º 0.8% 0.18% -
HSV(B) 133.15º 0.89% 0.32% -
XYZ 3.31 6.16 1.94 -
YUV 53.68 111.82 96.13 -
System Red Green Blue C M Y K H S L
Decimal 9 82 25 0.89 0 0.70 0.68 133.15 0.8 0.18
Hex 9 52 19 59 0 46 44 85 50 12
Octal 11 122 31 131 0 106 104 205 120 22
Binary 1001 1010010 11001 1011001 0 1000110 1000100 10000101 1010000 10010

Color Harmonies of #095219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095219

Black with #095219

Text Example


Text Example

White with #095219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095219; }

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

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

background-color css

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

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

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

border-color css

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

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

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