Html Css Color HEX #095833 Crusoe

📋 copy color: '#095833'

red 9 ◦ green 88 ◦ blue 51

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

Shades of Crusoe #095833

Tints of Crusoe #095833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 34.46%

R = 6.08%
G = 59.46%
B = 34.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#095833 (or 0x095833) is known color: Crusoe. HEX triplet: 09, 58 and 33. RGB value is (9,88,51). Sum of RGB (Red+Green+Blue) = 9+88+51=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #095833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095833 is #F6A7CC. Grayscale: #3C3C3C. Windows color (decimal): -16164813 or 3364873. OLE color: 3364873.

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

Color convert

RGB 9 88 51 -
CMYK 0.90 0 0.42 0.65
HSL 151.9º 0.81% 0.19% -
HSV(B) 151.9º 0.9% 0.35% -
XYZ 4.2 7.28 4.32 -
YUV 60.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 9 88 51 0.90 0 0.42 0.65 151.9 0.81 0.19
Hex 9 58 33 5A 0 2A 41 98 51 13
Octal 11 130 63 132 0 52 101 230 121 23
Binary 1001 1011000 110011 1011010 0 101010 1000001 10011000 1010001 10011

Color Harmonies of #095833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095833

Black with #095833

Text Example


Text Example

White with #095833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095833; }

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

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

background-color css

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

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

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

border-color css

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

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

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