Html Css Color HEX #095C13 Crusoe

📋 copy color: '#095C13'

red 9 ◦ green 92 ◦ blue 19

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

Shades of Crusoe #095C13

Tints of Crusoe #095C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.83%

R = 7.5%
G = 76.67%
B = 15.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#095C13 (or 0x095C13) is known color: Crusoe. HEX triplet: 09, 5C and 13. RGB value is (9,92,19). Sum of RGB (Red+Green+Blue) = 9+92+19=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 92 (36.33% from 255 or 76.67% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 92 - color contains mainly: green. Hex color #095C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C13 is #F6A3EC. Grayscale: #3B3B3B. Windows color (decimal): -16163821 or 1268745. OLE color: 1268745.

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

Color convert

RGB 9 92 19 -
CMYK 0.90 0 0.79 0.64
HSL 127.23º 0.82% 0.2% -
HSV(B) 127.23º 0.9% 0.36% -
XYZ 4.06 7.76 1.9 -
YUV 58.86 105.5 92.44 -
System Red Green Blue C M Y K H S L
Decimal 9 92 19 0.90 0 0.79 0.64 127.23 0.82 0.2
Hex 9 5C 13 5A 0 4F 40 7F 52 14
Octal 11 134 23 132 0 117 100 177 122 24
Binary 1001 1011100 10011 1011010 0 1001111 1000000 1111111 1010010 10100

Color Harmonies of #095C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C13

Black with #095C13

Text Example


Text Example

White with #095C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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