Html Css Color HEX #247064 Genoa

📋 copy color: '#247064'

red 36 ◦ green 112 ◦ blue 100

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

Shades of Genoa #247064

Tints of Genoa #247064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.16%

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 14.52%
G = 45.16%
B = 40.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#247064 (or 0x247064) is known color: Genoa. HEX triplet: 24, 70 and 64. RGB value is (36,112,100). Sum of RGB (Red+Green+Blue) = 36+112+100=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #247064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247064 is #DB8F9B. Grayscale: #575757. Windows color (decimal): -14389148 or 6582308. OLE color: 6582308.

HSL color Cylindrical-coordinate representation of color #247064: hue angle of 170.53º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247064 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 112 100 -
CMYK 0.68 0 0.11 0.56
HSL 170.53º 0.51% 0.29% -
HSV(B) 170.53º 0.68% 0.44% -
XYZ 8.82 12.88 14.08 -
YUV 87.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 36 112 100 0.68 0 0.11 0.56 170.53 0.51 0.29
Hex 24 70 64 44 0 B 38 AB 33 1D
Octal 44 160 144 104 0 13 70 253 63 35
Binary 100100 1110000 1100100 1000100 0 1011 111000 10101011 110011 11101

Color Harmonies of #247064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247064

Black with #247064

Text Example


Text Example

White with #247064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247064; }

 p { color: rgb(36,112,100); }

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

background-color css

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

 a { background-color: rgb(36,112,100); }

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

border-color css

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

 span { border-color: rgb(36,112,100); }

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