Html Css Color HEX #095C19 Crusoe

📋 copy color: '#095C19'

red 9 ◦ green 92 ◦ blue 25

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

Shades of Crusoe #095C19

Tints of Crusoe #095C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.84%

R = 7.14%
G = 73.02%
B = 19.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#095C19 (or 0x095C19) is known color: Crusoe. HEX triplet: 09, 5C and 19. RGB value is (9,92,25). Sum of RGB (Red+Green+Blue) = 9+92+25=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 92 (36.33% from 255 or 73.02% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 92 - color contains mainly: green. Hex color #095C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C19 is #F6A3E6. Grayscale: #3B3B3B. Windows color (decimal): -16163815 or 1661961. OLE color: 1661961.

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

Color convert

RGB 9 92 25 -
CMYK 0.90 0 0.73 0.64
HSL 131.57º 0.82% 0.2% -
HSV(B) 131.57º 0.9% 0.36% -
XYZ 4.12 7.78 2.2 -
YUV 59.55 108.5 91.95 -
System Red Green Blue C M Y K H S L
Decimal 9 92 25 0.90 0 0.73 0.64 131.57 0.82 0.2
Hex 9 5C 19 5A 0 49 40 84 52 14
Octal 11 134 31 132 0 111 100 204 122 24
Binary 1001 1011100 11001 1011010 0 1001001 1000000 10000100 1010010 10100

Color Harmonies of #095C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C19

Black with #095C19

Text Example


Text Example

White with #095C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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