Html Css Color HEX #09845F Deep Sea

📋 copy color: '#09845F'

red 9 ◦ green 132 ◦ blue 95

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

Shades of Deep Sea #09845F

Tints of Deep Sea #09845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.93%

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 3.81%
G = 55.93%
B = 40.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#09845F (or 0x09845F) is known color: Deep Sea. HEX triplet: 09, 84 and 5F. RGB value is (9,132,95). Sum of RGB (Red+Green+Blue) = 9+132+95=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #09845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09845F is #F67BA0. Grayscale: #5B5B5B. Windows color (decimal): -16153505 or 6259721. OLE color: 6259721.

HSL color Cylindrical-coordinate representation of color #09845F: hue angle of 161.95º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09845F is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 132 95 -
CMYK 0.93 0 0.28 0.48
HSL 161.95º 0.87% 0.28% -
HSV(B) 161.95º 0.93% 0.52% -
XYZ 10.43 17.39 13.63 -
YUV 91.01 130.25 69.51 -
System Red Green Blue C M Y K H S L
Decimal 9 132 95 0.93 0 0.28 0.48 161.95 0.87 0.28
Hex 9 84 5F 5D 0 1C 30 A2 57 1C
Octal 11 204 137 135 0 34 60 242 127 34
Binary 1001 10000100 1011111 1011101 0 11100 110000 10100010 1010111 11100

Color Harmonies of #09845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09845F

Black with #09845F

Text Example


Text Example

White with #09845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09845F; }

 p { color: rgb(9,132,95); }

 H1.HeaderClassName
 {
   color: #09845F;
 }
 .AnyTagClassName
 {
   color: #09845F;
 }
</style>

background-color css

<style>
 a { background-color: #09845F; }

 a { background-color: rgb(9,132,95); }

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

border-color css

<style>
 span { border-color: #09845F; }

 span { border-color: rgb(9,132,95); }

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