Html Css Color HEX #095D17 Crusoe

📋 copy color: '#095D17'

red 9 ◦ green 93 ◦ blue 23

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

Shades of Crusoe #095D17

Tints of Crusoe #095D17

RGB

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

 GREEN value IS 93 (36.72% from 255) = 74.4%

 BLUE value IS 23 (9.38% from 255) = 18.4%

R = 7.2%
G = 74.4%
B = 18.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#095D17 (or 0x095D17) is known color: Crusoe. HEX triplet: 09, 5D and 17. RGB value is (9,93,23). Sum of RGB (Red+Green+Blue) = 9+93+23=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #095D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D17 is #F6A2E8. Grayscale: #3C3C3C. Windows color (decimal): -16163561 or 1531145. OLE color: 1531145.

HSL color Cylindrical-coordinate representation of color #095D17: hue angle of 130º 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 #095D17 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 93 23 -
CMYK 0.90 0 0.75 0.64
HSL 130º 0.82% 0.2% -
HSV(B) 130º 0.9% 0.36% -
XYZ 4.18 7.95 2.12 -
YUV 59.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 9 93 23 0.90 0 0.75 0.64 130 0.82 0.2
Hex 9 5D 17 5A 0 4B 40 82 52 14
Octal 11 135 27 132 0 113 100 202 122 24
Binary 1001 1011101 10111 1011010 0 1001011 1000000 10000010 1010010 10100

Color Harmonies of #095D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D17

Black with #095D17

Text Example


Text Example

White with #095D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,93,23); }

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

background-color css

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

 a { background-color: rgb(9,93,23); }

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

border-color css

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

 span { border-color: rgb(9,93,23); }

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