Html Css Color HEX #095515 Crusoe

📋 copy color: '#095515'

red 9 ◦ green 85 ◦ blue 21

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

Shades of Crusoe #095515

Tints of Crusoe #095515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 73.91%

 BLUE value IS 21 (8.59% from 255) = 18.26%

R = 7.83%
G = 73.91%
B = 18.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#095515 (or 0x095515) is known color: Crusoe. HEX triplet: 09, 55 and 15. RGB value is (9,85,21). Sum of RGB (Red+Green+Blue) = 9+85+21=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #095515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095515 is #F6AAEA. Grayscale: #373737. Windows color (decimal): -16165611 or 1398025. OLE color: 1398025.

HSL color Cylindrical-coordinate representation of color #095515: hue angle of 129.47º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095515 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 21 -
CMYK 0.89 0 0.75 0.67
HSL 129.47º 0.81% 0.18% -
HSV(B) 129.47º 0.89% 0.33% -
XYZ 3.5 6.61 1.8 -
YUV 54.98 108.82 95.2 -
System Red Green Blue C M Y K H S L
Decimal 9 85 21 0.89 0 0.75 0.67 129.47 0.81 0.18
Hex 9 55 15 59 0 4B 43 81 51 12
Octal 11 125 25 131 0 113 103 201 121 22
Binary 1001 1010101 10101 1011001 0 1001011 1000011 10000001 1010001 10010

Color Harmonies of #095515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095515

Black with #095515

Text Example


Text Example

White with #095515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095515; }

 p { color: rgb(9,85,21); }

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

background-color css

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

 a { background-color: rgb(9,85,21); }

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

border-color css

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

 span { border-color: rgb(9,85,21); }

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