Html Css Color HEX #095D19 Crusoe

📋 copy color: '#095D19'

red 9 ◦ green 93 ◦ blue 25

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

Shades of Crusoe #095D19

Tints of Crusoe #095D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 73.23%

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

R = 7.09%
G = 73.23%
B = 19.69%

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

#095D19 (or 0x095D19) is known color: Crusoe. HEX triplet: 09, 5D and 19. RGB value is (9,93,25). Sum of RGB (Red+Green+Blue) = 9+93+25=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 93 (36.72% from 255 or 73.23% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 93 - color contains mainly: green. Hex color #095D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D19 is #F6A2E6. Grayscale: #3C3C3C. Windows color (decimal): -16163559 or 1662217. OLE color: 1662217.

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

Color convert

RGB 9 93 25 -
CMYK 0.90 0 0.73 0.64
HSL 131.43º 0.82% 0.2% -
HSV(B) 131.43º 0.9% 0.36% -
XYZ 4.2 7.96 2.23 -
YUV 60.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 9 93 25 0.90 0 0.73 0.64 131.43 0.82 0.2
Hex 9 5D 19 5A 0 49 40 83 52 14
Octal 11 135 31 132 0 111 100 203 122 24
Binary 1001 1011101 11001 1011010 0 1001001 1000000 10000011 1010010 10100

Color Harmonies of #095D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D19

Black with #095D19

Text Example


Text Example

White with #095D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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