Html Css Color HEX #095D30 Crusoe

📋 copy color: '#095D30'

red 9 ◦ green 93 ◦ blue 48

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

Shades of Crusoe #095D30

Tints of Crusoe #095D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32%

R = 6%
G = 62%
B = 32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#095D30 (or 0x095D30) is known color: Crusoe. HEX triplet: 09, 5D and 30. RGB value is (9,93,48). Sum of RGB (Red+Green+Blue) = 9+93+48=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #095D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D30 is #F6A2CF. Grayscale: #3E3E3E. Windows color (decimal): -16163536 or 3169545. OLE color: 3169545.

HSL color Cylindrical-coordinate representation of color #095D30: hue angle of 147.86º 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 #095D30 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 93 48 -
CMYK 0.90 0 0.48 0.64
HSL 147.86º 0.82% 0.2% -
HSV(B) 147.86º 0.9% 0.36% -
XYZ 4.56 8.1 4.12 -
YUV 62.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 9 93 48 0.90 0 0.48 0.64 147.86 0.82 0.2
Hex 9 5D 30 5A 0 30 40 94 52 14
Octal 11 135 60 132 0 60 100 224 122 24
Binary 1001 1011101 110000 1011010 0 110000 1000000 10010100 1010010 10100

Color Harmonies of #095D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D30

Black with #095D30

Text Example


Text Example

White with #095D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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