Html Css Color HEX #095C17 Crusoe

📋 copy color: '#095C17'

red 9 ◦ green 92 ◦ blue 23

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

Shades of Crusoe #095C17

Tints of Crusoe #095C17

RGB

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

 GREEN value IS 92 (36.33% from 255) = 74.19%

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

R = 7.26%
G = 74.19%
B = 18.55%

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

#095C17 (or 0x095C17) is known color: Crusoe. HEX triplet: 09, 5C and 17. RGB value is (9,92,23). Sum of RGB (Red+Green+Blue) = 9+92+23=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 92 (36.33% from 255 or 74.19% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 92 - color contains mainly: green. Hex color #095C17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C17 is #F6A3E8. Grayscale: #3B3B3B. Windows color (decimal): -16163817 or 1530889. OLE color: 1530889.

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

Color convert

RGB 9 92 23 -
CMYK 0.90 0 0.75 0.64
HSL 130.12º 0.82% 0.2% -
HSV(B) 130.12º 0.9% 0.36% -
XYZ 4.09 7.77 2.1 -
YUV 59.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 9 92 23 0.90 0 0.75 0.64 130.12 0.82 0.2
Hex 9 5C 17 5A 0 4B 40 82 52 14
Octal 11 134 27 132 0 113 100 202 122 24
Binary 1001 1011100 10111 1011010 0 1001011 1000000 10000010 1010010 10100

Color Harmonies of #095C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C17

Black with #095C17

Text Example


Text Example

White with #095C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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