Html Css Color HEX #095930 Crusoe

📋 copy color: '#095930'

red 9 ◦ green 89 ◦ blue 48

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

Shades of Crusoe #095930

Tints of Crusoe #095930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 60.96%

 BLUE value IS 48 (19.14% from 255) = 32.88%

R = 6.16%
G = 60.96%
B = 32.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#095930 (or 0x095930) is known color: Crusoe. HEX triplet: 09, 59 and 30. RGB value is (9,89,48). Sum of RGB (Red+Green+Blue) = 9+89+48=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #095930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095930 is #F6A6CF. Grayscale: #3C3C3C. Windows color (decimal): -16164560 or 3168521. OLE color: 3168521.

HSL color Cylindrical-coordinate representation of color #095930: hue angle of 149.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095930 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 48 -
CMYK 0.90 0 0.46 0.65
HSL 149.25º 0.82% 0.19% -
HSV(B) 149.25º 0.9% 0.35% -
XYZ 4.22 7.42 4.01 -
YUV 60.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 9 89 48 0.90 0 0.46 0.65 149.25 0.82 0.19
Hex 9 59 30 5A 0 2E 41 95 52 13
Octal 11 131 60 132 0 56 101 225 122 23
Binary 1001 1011001 110000 1011010 0 101110 1000001 10010101 1010010 10011

Color Harmonies of #095930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095930

Black with #095930

Text Example


Text Example

White with #095930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095930; }

 p { color: rgb(9,89,48); }

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

background-color css

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

 a { background-color: rgb(9,89,48); }

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

border-color css

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

 span { border-color: rgb(9,89,48); }

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