Html Css Color HEX #095A26 Crusoe

📋 copy color: '#095A26'

red 9 ◦ green 90 ◦ blue 38

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

Shades of Crusoe #095A26

Tints of Crusoe #095A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 65.69%

 BLUE value IS 38 (15.23% from 255) = 27.74%

R = 6.57%
G = 65.69%
B = 27.74%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#095A26 (or 0x095A26) is known color: Crusoe. HEX triplet: 09, 5A and 26. RGB value is (9,90,38). Sum of RGB (Red+Green+Blue) = 9+90+38=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 90 (35.55% from 255 or 65.69% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 90 - color contains mainly: green. Hex color #095A26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A26 is #F6A5D9. Grayscale: #3B3B3B. Windows color (decimal): -16164314 or 2513417. OLE color: 2513417.

HSL color Cylindrical-coordinate representation of color #095A26: hue angle of 141.48º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A26 is Cyan = 0.9, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 38 -
CMYK 0.9 0 0.58 0.65
HSL 141.48º 0.82% 0.19% -
HSV(B) 141.48º 0.9% 0.35% -
XYZ 4.12 7.51 3.07 -
YUV 59.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 9 90 38 0.9 0 0.58 0.65 141.48 0.82 0.19
Hex 9 5A 26 5A 0 3A 41 8D 52 13
Octal 11 132 46 132 0 72 101 215 122 23
Binary 1001 1011010 100110 1011010 0 111010 1000001 10001101 1010010 10011

Color Harmonies of #095A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A26

Black with #095A26

Text Example


Text Example

White with #095A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095A26; }

 p { color: rgb(9,90,38); }

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

background-color css

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

 a { background-color: rgb(9,90,38); }

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

border-color css

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

 span { border-color: rgb(9,90,38); }

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