Html Css Color HEX #24745F Deep Sea

📋 copy color: '#24745F'

red 36 ◦ green 116 ◦ blue 95

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

Shades of Deep Sea #24745F

Tints of Deep Sea #24745F

RGB

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

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

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

R = 14.57%
G = 46.96%
B = 38.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#24745F (or 0x24745F) is known color: Deep Sea. HEX triplet: 24, 74 and 5F. RGB value is (36,116,95). Sum of RGB (Red+Green+Blue) = 36+116+95=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #24745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24745F is #DB8BA0. Grayscale: #595959. Windows color (decimal): -14388129 or 6255652. OLE color: 6255652.

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

Color convert

RGB 36 116 95 -
CMYK 0.69 0 0.18 0.55
HSL 164.25º 0.53% 0.3% -
HSV(B) 164.25º 0.69% 0.45% -
XYZ 9.04 13.69 12.99 -
YUV 89.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 36 116 95 0.69 0 0.18 0.55 164.25 0.53 0.3
Hex 24 74 5F 45 0 12 37 A4 35 1E
Octal 44 164 137 105 0 22 67 244 65 36
Binary 100100 1110100 1011111 1000101 0 10010 110111 10100100 110101 11110

Color Harmonies of #24745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24745F

Black with #24745F

Text Example


Text Example

White with #24745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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