Html Css Color HEX #095429 Crusoe

📋 copy color: '#095429'

red 9 ◦ green 84 ◦ blue 41

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

Shades of Crusoe #095429

Tints of Crusoe #095429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 62.69%

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

R = 6.72%
G = 62.69%
B = 30.6%

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

#095429 (or 0x095429) is known color: Crusoe. HEX triplet: 09, 54 and 29. RGB value is (9,84,41). Sum of RGB (Red+Green+Blue) = 9+84+41=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #095429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095429 is #F6ABD6. Grayscale: #383838. Windows color (decimal): -16165847 or 2708489. OLE color: 2708489.

HSL color Cylindrical-coordinate representation of color #095429: hue angle of 145.6º degrees, saturation: 0.81, 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 #095429 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 84 41 -
CMYK 0.89 0 0.51 0.67
HSL 145.6º 0.81% 0.18% -
HSV(B) 145.6º 0.89% 0.33% -
XYZ 3.68 6.56 3.17 -
YUV 56.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 9 84 41 0.89 0 0.51 0.67 145.6 0.81 0.18
Hex 9 54 29 59 0 33 43 92 51 12
Octal 11 124 51 131 0 63 103 222 121 22
Binary 1001 1010100 101001 1011001 0 110011 1000011 10010010 1010001 10010

Color Harmonies of #095429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095429

Black with #095429

Text Example


Text Example

White with #095429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095429; }

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

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

background-color css

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

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

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

border-color css

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

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

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