Html Css Color HEX #095C14 Crusoe

📋 copy color: '#095C14'

red 9 ◦ green 92 ◦ blue 20

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

Shades of Crusoe #095C14

Tints of Crusoe #095C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 7.44%
G = 76.03%
B = 16.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#095C14 (or 0x095C14) is known color: Crusoe. HEX triplet: 09, 5C and 14. RGB value is (9,92,20). Sum of RGB (Red+Green+Blue) = 9+92+20=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 92 (36.33% from 255 or 76.03% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 92 - color contains mainly: green. Hex color #095C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C14 is #F6A3EB. Grayscale: #3B3B3B. Windows color (decimal): -16163820 or 1334281. OLE color: 1334281.

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

Color convert

RGB 9 92 20 -
CMYK 0.90 0 0.78 0.64
HSL 127.95º 0.82% 0.2% -
HSV(B) 127.95º 0.9% 0.36% -
XYZ 4.07 7.76 1.95 -
YUV 58.98 106 92.35 -
System Red Green Blue C M Y K H S L
Decimal 9 92 20 0.90 0 0.78 0.64 127.95 0.82 0.2
Hex 9 5C 14 5A 0 4E 40 80 52 14
Octal 11 134 24 132 0 116 100 200 122 24
Binary 1001 1011100 10100 1011010 0 1001110 1000000 10000000 1010010 10100

Color Harmonies of #095C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C14

Black with #095C14

Text Example


Text Example

White with #095C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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