Html Css Color HEX #24745D Deep Sea

📋 copy color: '#24745D'

red 36 ◦ green 116 ◦ blue 93

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

Shades of Deep Sea #24745D

Tints of Deep Sea #24745D

RGB

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

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

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

R = 14.69%
G = 47.35%
B = 37.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#24745D (or 0x24745D) is known color: Deep Sea. HEX triplet: 24, 74 and 5D. RGB value is (36,116,93). Sum of RGB (Red+Green+Blue) = 36+116+93=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #24745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24745D is #DB8BA2. Grayscale: #595959. Windows color (decimal): -14388131 or 6124580. OLE color: 6124580.

HSL color Cylindrical-coordinate representation of color #24745D: hue angle of 162.75º 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 #24745D is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 116 93 -
CMYK 0.69 0 0.20 0.55
HSL 162.75º 0.53% 0.3% -
HSV(B) 162.75º 0.69% 0.45% -
XYZ 8.95 13.66 12.52 -
YUV 89.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 36 116 93 0.69 0 0.20 0.55 162.75 0.53 0.3
Hex 24 74 5D 45 0 14 37 A3 35 1E
Octal 44 164 135 105 0 24 67 243 65 36
Binary 100100 1110100 1011101 1000101 0 10100 110111 10100011 110101 11110

Color Harmonies of #24745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24745D

Black with #24745D

Text Example


Text Example

White with #24745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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