Html Css Color HEX #095830 Crusoe

📋 copy color: '#095830'

red 9 ◦ green 88 ◦ blue 48

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

Shades of Crusoe #095830

Tints of Crusoe #095830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 60.69%

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

R = 6.21%
G = 60.69%
B = 33.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#095830 (or 0x095830) is known color: Crusoe. HEX triplet: 09, 58 and 30. RGB value is (9,88,48). Sum of RGB (Red+Green+Blue) = 9+88+48=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #095830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095830 is #F6A7CF. Grayscale: #3B3B3B. Windows color (decimal): -16164816 or 3168265. OLE color: 3168265.

HSL color Cylindrical-coordinate representation of color #095830: hue angle of 149.62º degrees, saturation: 0.81, 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 #095830 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 88 48 -
CMYK 0.90 0 0.45 0.65
HSL 149.62º 0.81% 0.19% -
HSV(B) 149.62º 0.9% 0.35% -
XYZ 4.14 7.25 3.98 -
YUV 59.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 9 88 48 0.90 0 0.45 0.65 149.62 0.81 0.19
Hex 9 58 30 5A 0 2D 41 96 51 13
Octal 11 130 60 132 0 55 101 226 121 23
Binary 1001 1011000 110000 1011010 0 101101 1000001 10010110 1010001 10011

Color Harmonies of #095830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095830

Black with #095830

Text Example


Text Example

White with #095830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095830; }

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

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

background-color css

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

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

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

border-color css

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

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

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