Html Css Color HEX #24745E Deep Sea

📋 copy color: '#24745E'

red 36 ◦ green 116 ◦ blue 94

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

Shades of Deep Sea #24745E

Tints of Deep Sea #24745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.15%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 14.63%
G = 47.15%
B = 38.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#24745E (or 0x24745E) is known color: Deep Sea. HEX triplet: 24, 74 and 5E. RGB value is (36,116,94). Sum of RGB (Red+Green+Blue) = 36+116+94=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #24745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24745E is #DB8BA1. Grayscale: #595959. Windows color (decimal): -14388130 or 6190116. OLE color: 6190116.

HSL color Cylindrical-coordinate representation of color #24745E: hue angle of 163.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24745E is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 116 94 -
CMYK 0.69 0 0.19 0.55
HSL 163.5º 0.53% 0.3% -
HSV(B) 163.5º 0.69% 0.45% -
XYZ 8.99 13.67 12.76 -
YUV 89.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 36 116 94 0.69 0 0.19 0.55 163.5 0.53 0.3
Hex 24 74 5E 45 0 13 37 A4 35 1E
Octal 44 164 136 105 0 23 67 244 65 36
Binary 100100 1110100 1011110 1000101 0 10011 110111 10100100 110101 11110

Color Harmonies of #24745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24745E

Black with #24745E

Text Example


Text Example

White with #24745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24745E; }

 p { color: rgb(36,116,94); }

 H1.HeaderClassName
 {
   color: #24745E;
 }
 .AnyTagClassName
 {
   color: #24745E;
 }
</style>

background-color css

<style>
 a { background-color: #24745E; }

 a { background-color: rgb(36,116,94); }

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

border-color css

<style>
 span { border-color: #24745E; }

 span { border-color: rgb(36,116,94); }

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