Html Css Color HEX #095A29 Crusoe

📋 copy color: '#095A29'

red 9 ◦ green 90 ◦ blue 41

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

Shades of Crusoe #095A29

Tints of Crusoe #095A29

RGB

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

 GREEN value IS 90 (35.55% from 255) = 64.29%

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

R = 6.43%
G = 64.29%
B = 29.29%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#095A29 (or 0x095A29) is known color: Crusoe. HEX triplet: 09, 5A and 29. RGB value is (9,90,41). Sum of RGB (Red+Green+Blue) = 9+90+41=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 90 (35.55% from 255 or 64.29% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 90 - color contains mainly: green. Hex color #095A29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A29 is #F6A5D6. Grayscale: #3C3C3C. Windows color (decimal): -16164311 or 2710025. OLE color: 2710025.

HSL color Cylindrical-coordinate representation of color #095A29: hue angle of 143.7º degrees, saturation: 0.82, 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 #095A29 is Cyan = 0.9, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 41 -
CMYK 0.9 0 0.54 0.65
HSL 143.7º 0.82% 0.19% -
HSV(B) 143.7º 0.9% 0.35% -
XYZ 4.17 7.53 3.33 -
YUV 60.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 9 90 41 0.9 0 0.54 0.65 143.7 0.82 0.19
Hex 9 5A 29 5A 0 36 41 90 52 13
Octal 11 132 51 132 0 66 101 220 122 23
Binary 1001 1011010 101001 1011010 0 110110 1000001 10010000 1010010 10011

Color Harmonies of #095A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A29

Black with #095A29

Text Example


Text Example

White with #095A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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