Html Css Color HEX #095626 Crusoe

📋 copy color: '#095626'

red 9 ◦ green 86 ◦ blue 38

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

Shades of Crusoe #095626

Tints of Crusoe #095626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 64.66%

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

R = 6.77%
G = 64.66%
B = 28.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#095626 (or 0x095626) is known color: Crusoe. HEX triplet: 09, 56 and 26. RGB value is (9,86,38). Sum of RGB (Red+Green+Blue) = 9+86+38=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 86 (33.98% from 255 or 64.66% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 86 - color contains mainly: green. Hex color #095626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095626 is #F6A9D9. Grayscale: #393939. Windows color (decimal): -16165338 or 2512393. OLE color: 2512393.

HSL color Cylindrical-coordinate representation of color #095626: hue angle of 142.6º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095626 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 86 38 -
CMYK 0.90 0 0.56 0.66
HSL 142.6º 0.81% 0.19% -
HSV(B) 142.6º 0.9% 0.34% -
XYZ 3.79 6.85 2.96 -
YUV 57.51 116.99 93.4 -
System Red Green Blue C M Y K H S L
Decimal 9 86 38 0.90 0 0.56 0.66 142.6 0.81 0.19
Hex 9 56 26 5A 0 38 42 8F 51 13
Octal 11 126 46 132 0 70 102 217 121 23
Binary 1001 1010110 100110 1011010 0 111000 1000010 10001111 1010001 10011

Color Harmonies of #095626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095626

Black with #095626

Text Example


Text Example

White with #095626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095626; }

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

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

background-color css

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

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

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

border-color css

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

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

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