Html Css Color HEX #095C30 Crusoe

📋 copy color: '#095C30'

red 9 ◦ green 92 ◦ blue 48

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

Shades of Crusoe #095C30

Tints of Crusoe #095C30

RGB

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

 GREEN value IS 92 (36.33% from 255) = 61.74%

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

R = 6.04%
G = 61.74%
B = 32.21%

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

#095C30 (or 0x095C30) is known color: Crusoe. HEX triplet: 09, 5C and 30. RGB value is (9,92,48). Sum of RGB (Red+Green+Blue) = 9+92+48=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 92 (36.33% from 255 or 61.74% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 92 - color contains mainly: green. Hex color #095C30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C30 is #F6A3CF. Grayscale: #3E3E3E. Windows color (decimal): -16163792 or 3169289. OLE color: 3169289.

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

Color convert

RGB 9 92 48 -
CMYK 0.90 0 0.48 0.64
HSL 148.19º 0.82% 0.2% -
HSV(B) 148.19º 0.9% 0.36% -
XYZ 4.47 7.93 4.09 -
YUV 62.17 120 90.08 -
System Red Green Blue C M Y K H S L
Decimal 9 92 48 0.90 0 0.48 0.64 148.19 0.82 0.2
Hex 9 5C 30 5A 0 30 40 94 52 14
Octal 11 134 60 132 0 60 100 224 122 24
Binary 1001 1011100 110000 1011010 0 110000 1000000 10010100 1010010 10100

Color Harmonies of #095C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C30

Black with #095C30

Text Example


Text Example

White with #095C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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