Html Css Color HEX #095E13 Crusoe

📋 copy color: '#095E13'

red 9 ◦ green 94 ◦ blue 19

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

Shades of Crusoe #095E13

Tints of Crusoe #095E13

RGB

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

 GREEN value IS 94 (37.11% from 255) = 77.05%

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

R = 7.38%
G = 77.05%
B = 15.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.63

RGB Variations

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

Color information

#095E13 (or 0x095E13) is known color: Crusoe. HEX triplet: 09, 5E and 13. RGB value is (9,94,19). Sum of RGB (Red+Green+Blue) = 9+94+19=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 94 (37.11% from 255 or 77.05% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 94 - color contains mainly: green. Hex color #095E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E13 is #F6A1EC. Grayscale: #3C3C3C. Windows color (decimal): -16163309 or 1269257. OLE color: 1269257.

HSL color Cylindrical-coordinate representation of color #095E13: hue angle of 127.06º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095E13 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 94 19 -
CMYK 0.90 0 0.80 0.63
HSL 127.06º 0.83% 0.2% -
HSV(B) 127.06º 0.9% 0.37% -
XYZ 4.23 8.11 1.96 -
YUV 60.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 9 94 19 0.90 0 0.80 0.63 127.06 0.83 0.2
Hex 9 5E 13 5A 0 50 3F 7F 53 14
Octal 11 136 23 132 0 120 77 177 123 24
Binary 1001 1011110 10011 1011010 0 1010000 111111 1111111 1010011 10100

Color Harmonies of #095E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E13

Black with #095E13

Text Example


Text Example

White with #095E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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