Html Css Color HEX #095A2B Crusoe

📋 copy color: '#095A2B'

red 9 ◦ green 90 ◦ blue 43

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

Shades of Crusoe #095A2B

Tints of Crusoe #095A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.28%

R = 6.34%
G = 63.38%
B = 30.28%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#095A2B (or 0x095A2B) is known color: Crusoe. HEX triplet: 09, 5A and 2B. RGB value is (9,90,43). Sum of RGB (Red+Green+Blue) = 9+90+43=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 90 (35.55% from 255 or 63.38% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 90 - color contains mainly: green. Hex color #095A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A2B is #F6A5D4. Grayscale: #3C3C3C. Windows color (decimal): -16164309 or 2841097. OLE color: 2841097.

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

Color convert

RGB 9 90 43 -
CMYK 0.9 0 0.52 0.65
HSL 145.19º 0.82% 0.19% -
HSV(B) 145.19º 0.9% 0.35% -
XYZ 4.2 7.54 3.52 -
YUV 60.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 9 90 43 0.9 0 0.52 0.65 145.19 0.82 0.19
Hex 9 5A 2B 5A 0 34 41 91 52 13
Octal 11 132 53 132 0 64 101 221 122 23
Binary 1001 1011010 101011 1011010 0 110100 1000001 10010001 1010010 10011

Color Harmonies of #095A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A2B

Black with #095A2B

Text Example


Text Example

White with #095A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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