Html Css Color HEX #24775D Deep Sea

📋 copy color: '#24775D'

red 36 ◦ green 119 ◦ blue 93

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

Shades of Deep Sea #24775D

Tints of Deep Sea #24775D

RGB

 RED value IS 36 (14.45% from 255) = 14.52%

 GREEN value IS 119 (46.88% from 255) = 47.98%

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

R = 14.52%
G = 47.98%
B = 37.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#24775D (or 0x24775D) is known color: Deep Sea. HEX triplet: 24, 77 and 5D. RGB value is (36,119,93). Sum of RGB (Red+Green+Blue) = 36+119+93=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #24775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24775D is #DB88A2. Grayscale: #5B5B5B. Windows color (decimal): -14387363 or 6125348. OLE color: 6125348.

HSL color Cylindrical-coordinate representation of color #24775D: hue angle of 161.2º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24775D is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 119 93 -
CMYK 0.70 0 0.22 0.53
HSL 161.2º 0.54% 0.3% -
HSV(B) 161.2º 0.7% 0.47% -
XYZ 9.3 14.36 12.64 -
YUV 91.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 36 119 93 0.70 0 0.22 0.53 161.2 0.54 0.3
Hex 24 77 5D 46 0 16 35 A1 36 1E
Octal 44 167 135 106 0 26 65 241 66 36
Binary 100100 1110111 1011101 1000110 0 10110 110101 10100001 110110 11110

Color Harmonies of #24775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24775D

Black with #24775D

Text Example


Text Example

White with #24775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,119,93); }

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

background-color css

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

 a { background-color: rgb(36,119,93); }

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

border-color css

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

 span { border-color: rgb(36,119,93); }

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