Html Css Color HEX #095415 Crusoe

📋 copy color: '#095415'

red 9 ◦ green 84 ◦ blue 21

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

Shades of Crusoe #095415

Tints of Crusoe #095415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 73.68%

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

R = 7.89%
G = 73.68%
B = 18.42%

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

#095415 (or 0x095415) is known color: Crusoe. HEX triplet: 09, 54 and 15. RGB value is (9,84,21). Sum of RGB (Red+Green+Blue) = 9+84+21=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #095415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095415 is #F6ABEA. Grayscale: #363636. Windows color (decimal): -16165867 or 1397769. OLE color: 1397769.

HSL color Cylindrical-coordinate representation of color #095415: hue angle of 129.6º 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 #095415 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 84 21 -
CMYK 0.89 0 0.75 0.67
HSL 129.6º 0.81% 0.18% -
HSV(B) 129.6º 0.89% 0.33% -
XYZ 3.42 6.45 1.77 -
YUV 54.39 109.15 95.62 -
System Red Green Blue C M Y K H S L
Decimal 9 84 21 0.89 0 0.75 0.67 129.6 0.81 0.18
Hex 9 54 15 59 0 4B 43 82 51 12
Octal 11 124 25 131 0 113 103 202 121 22
Binary 1001 1010100 10101 1011001 0 1001011 1000011 10000010 1010001 10010

Color Harmonies of #095415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095415

Black with #095415

Text Example


Text Example

White with #095415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095415; }

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

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

background-color css

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

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

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

border-color css

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

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

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