Html Css Color HEX #095D32 Crusoe

📋 copy color: '#095D32'

red 9 ◦ green 93 ◦ blue 50

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

Shades of Crusoe #095D32

Tints of Crusoe #095D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 61.18%

 BLUE value IS 50 (19.92% from 255) = 32.89%

R = 5.92%
G = 61.18%
B = 32.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#095D32 (or 0x095D32) is known color: Crusoe. HEX triplet: 09, 5D and 32. RGB value is (9,93,50). Sum of RGB (Red+Green+Blue) = 9+93+50=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 93 (36.72% from 255 or 61.18% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 93 - color contains mainly: green. Hex color #095D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D32 is #F6A2CD. Grayscale: #3F3F3F. Windows color (decimal): -16163534 or 3300617. OLE color: 3300617.

HSL color Cylindrical-coordinate representation of color #095D32: hue angle of 149.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D32 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 93 50 -
CMYK 0.90 0 0.46 0.64
HSL 149.29º 0.82% 0.2% -
HSV(B) 149.29º 0.9% 0.36% -
XYZ 4.6 8.12 4.34 -
YUV 62.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 9 93 50 0.90 0 0.46 0.64 149.29 0.82 0.2
Hex 9 5D 32 5A 0 2E 40 95 52 14
Octal 11 135 62 132 0 56 100 225 122 24
Binary 1001 1011101 110010 1011010 0 101110 1000000 10010101 1010010 10100

Color Harmonies of #095D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D32

Black with #095D32

Text Example


Text Example

White with #095D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,93,50); }

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

background-color css

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

 a { background-color: rgb(9,93,50); }

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

border-color css

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

 span { border-color: rgb(9,93,50); }

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