Html Css Color HEX #095B26 Crusoe

📋 copy color: '#095B26'

red 9 ◦ green 91 ◦ blue 38

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

Shades of Crusoe #095B26

Tints of Crusoe #095B26

RGB

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

 GREEN value IS 91 (35.94% from 255) = 65.94%

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

R = 6.52%
G = 65.94%
B = 27.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#095B26 (or 0x095B26) is known color: Crusoe. HEX triplet: 09, 5B and 26. RGB value is (9,91,38). Sum of RGB (Red+Green+Blue) = 9+91+38=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 91 (35.94% from 255 or 65.94% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 91 - color contains mainly: green. Hex color #095B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B26 is #F6A4D9. Grayscale: #3C3C3C. Windows color (decimal): -16164058 or 2513673. OLE color: 2513673.

HSL color Cylindrical-coordinate representation of color #095B26: hue angle of 141.22º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B26 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 91 38 -
CMYK 0.90 0 0.58 0.64
HSL 141.22º 0.82% 0.2% -
HSV(B) 141.22º 0.9% 0.36% -
XYZ 4.2 7.68 3.09 -
YUV 60.44 115.33 91.31 -
System Red Green Blue C M Y K H S L
Decimal 9 91 38 0.90 0 0.58 0.64 141.22 0.82 0.2
Hex 9 5B 26 5A 0 3A 40 8D 52 14
Octal 11 133 46 132 0 72 100 215 122 24
Binary 1001 1011011 100110 1011010 0 111010 1000000 10001101 1010010 10100

Color Harmonies of #095B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B26

Black with #095B26

Text Example


Text Example

White with #095B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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