Html Css Color HEX #095730 Crusoe

📋 copy color: '#095730'

red 9 ◦ green 87 ◦ blue 48

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

Shades of Crusoe #095730

Tints of Crusoe #095730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 60.42%

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

R = 6.25%
G = 60.42%
B = 33.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#095730 (or 0x095730) is known color: Crusoe. HEX triplet: 09, 57 and 30. RGB value is (9,87,48). Sum of RGB (Red+Green+Blue) = 9+87+48=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 87 (34.38% from 255 or 60.42% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 87 - color contains mainly: green. Hex color #095730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095730 is #F6A8CF. Grayscale: #3B3B3B. Windows color (decimal): -16165072 or 3168009. OLE color: 3168009.

HSL color Cylindrical-coordinate representation of color #095730: hue angle of 150º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095730 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 87 48 -
CMYK 0.90 0 0.45 0.66
HSL 150º 0.81% 0.19% -
HSV(B) 150º 0.9% 0.34% -
XYZ 4.05 7.09 3.95 -
YUV 59.23 121.66 92.17 -
System Red Green Blue C M Y K H S L
Decimal 9 87 48 0.90 0 0.45 0.66 150 0.81 0.19
Hex 9 57 30 5A 0 2D 42 96 51 13
Octal 11 127 60 132 0 55 102 226 121 23
Binary 1001 1010111 110000 1011010 0 101101 1000010 10010110 1010001 10011

Color Harmonies of #095730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095730

Black with #095730

Text Example


Text Example

White with #095730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095730; }

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

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

background-color css

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

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

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

border-color css

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

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

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