Html Css Color HEX #27795D Deep Sea

📋 copy color: '#27795D'

red 39 ◦ green 121 ◦ blue 93

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

Shades of Deep Sea #27795D

Tints of Deep Sea #27795D

RGB

 RED value IS 39 (15.63% from 255) = 15.42%

 GREEN value IS 121 (47.66% from 255) = 47.83%

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 15.42%
G = 47.83%
B = 36.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#27795D (or 0x27795D) is known color: Deep Sea. HEX triplet: 27, 79 and 5D. RGB value is (39,121,93). Sum of RGB (Red+Green+Blue) = 39+121+93=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #27795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27795D is #D886A2. Grayscale: #5D5D5D. Windows color (decimal): -14190243 or 6125863. OLE color: 6125863.

HSL color Cylindrical-coordinate representation of color #27795D: hue angle of 159.51º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27795D is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 121 93 -
CMYK 0.68 0 0.23 0.53
HSL 159.51º 0.51% 0.31% -
HSV(B) 159.51º 0.68% 0.47% -
XYZ 9.65 14.9 12.72 -
YUV 93.29 127.83 89.28 -
System Red Green Blue C M Y K H S L
Decimal 39 121 93 0.68 0 0.23 0.53 159.51 0.51 0.31
Hex 27 79 5D 44 0 17 35 A0 33 1F
Octal 47 171 135 104 0 27 65 240 63 37
Binary 100111 1111001 1011101 1000100 0 10111 110101 10100000 110011 11111

Color Harmonies of #27795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27795D

Black with #27795D

Text Example


Text Example

White with #27795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27795D; }

 p { color: rgb(39,121,93); }

 H1.HeaderClassName
 {
   color: #27795D;
 }
 .AnyTagClassName
 {
   color: #27795D;
 }
</style>

background-color css

<style>
 a { background-color: #27795D; }

 a { background-color: rgb(39,121,93); }

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

border-color css

<style>
 span { border-color: #27795D; }

 span { border-color: rgb(39,121,93); }

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