Html Css Color HEX #095A30 Crusoe

📋 copy color: '#095A30'

red 9 ◦ green 90 ◦ blue 48

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

Shades of Crusoe #095A30

Tints of Crusoe #095A30

RGB

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

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

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

R = 6.12%
G = 61.22%
B = 32.65%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#095A30 (or 0x095A30) is known color: Crusoe. HEX triplet: 09, 5A and 30. RGB value is (9,90,48). Sum of RGB (Red+Green+Blue) = 9+90+48=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #095A30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A30 is #F6A5CF. Grayscale: #3D3D3D. Windows color (decimal): -16164304 or 3168777. OLE color: 3168777.

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

Color convert

RGB 9 90 48 -
CMYK 0.9 0 0.47 0.65
HSL 148.89º 0.82% 0.19% -
HSV(B) 148.89º 0.9% 0.35% -
XYZ 4.3 7.58 4.03 -
YUV 60.99 120.66 90.92 -
System Red Green Blue C M Y K H S L
Decimal 9 90 48 0.9 0 0.47 0.65 148.89 0.82 0.19
Hex 9 5A 30 5A 0 2F 41 95 52 13
Octal 11 132 60 132 0 57 101 225 122 23
Binary 1001 1011010 110000 1011010 0 101111 1000001 10010101 1010010 10011

Color Harmonies of #095A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A30

Black with #095A30

Text Example


Text Example

White with #095A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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