Html Css Color HEX #095814 Crusoe

📋 copy color: '#095814'

red 9 ◦ green 88 ◦ blue 20

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

Shades of Crusoe #095814

Tints of Crusoe #095814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 75.21%

 BLUE value IS 20 (8.2% from 255) = 17.09%

R = 7.69%
G = 75.21%
B = 17.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#095814 (or 0x095814) is known color: Crusoe. HEX triplet: 09, 58 and 14. RGB value is (9,88,20). Sum of RGB (Red+Green+Blue) = 9+88+20=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #095814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095814 is #F6A7EB. Grayscale: #383838. Windows color (decimal): -16164844 or 1333257. OLE color: 1333257.

HSL color Cylindrical-coordinate representation of color #095814: hue angle of 128.35º degrees, saturation: 0.81, 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 #095814 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 88 20 -
CMYK 0.90 0 0.77 0.65
HSL 128.35º 0.81% 0.19% -
HSV(B) 128.35º 0.9% 0.35% -
XYZ 3.73 7.09 1.83 -
YUV 56.63 107.33 94.03 -
System Red Green Blue C M Y K H S L
Decimal 9 88 20 0.90 0 0.77 0.65 128.35 0.81 0.19
Hex 9 58 14 5A 0 4D 41 80 51 13
Octal 11 130 24 132 0 115 101 200 121 23
Binary 1001 1011000 10100 1011010 0 1001101 1000001 10000000 1010001 10011

Color Harmonies of #095814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095814

Black with #095814

Text Example


Text Example

White with #095814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095814; }

 p { color: rgb(9,88,20); }

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

background-color css

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

 a { background-color: rgb(9,88,20); }

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

border-color css

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

 span { border-color: rgb(9,88,20); }

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