Html Css Color HEX #095329 Crusoe

📋 copy color: '#095329'

red 9 ◦ green 83 ◦ blue 41

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

Shades of Crusoe #095329

Tints of Crusoe #095329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 62.41%

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 6.77%
G = 62.41%
B = 30.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#095329 (or 0x095329) is known color: Crusoe. HEX triplet: 09, 53 and 29. RGB value is (9,83,41). Sum of RGB (Red+Green+Blue) = 9+83+41=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #095329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095329 is #F6ACD6. Grayscale: #383838. Windows color (decimal): -16166103 or 2708233. OLE color: 2708233.

HSL color Cylindrical-coordinate representation of color #095329: hue angle of 145.95º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095329 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 41 -
CMYK 0.89 0 0.51 0.67
HSL 145.95º 0.8% 0.18% -
HSV(B) 145.95º 0.89% 0.33% -
XYZ 3.61 6.4 3.14 -
YUV 56.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 9 83 41 0.89 0 0.51 0.67 145.95 0.8 0.18
Hex 9 53 29 59 0 33 43 92 50 12
Octal 11 123 51 131 0 63 103 222 120 22
Binary 1001 1010011 101001 1011001 0 110011 1000011 10010010 1010000 10010

Color Harmonies of #095329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095329

Black with #095329

Text Example


Text Example

White with #095329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095329; }

 p { color: rgb(9,83,41); }

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

background-color css

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

 a { background-color: rgb(9,83,41); }

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

border-color css

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

 span { border-color: rgb(9,83,41); }

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