Html Css Color HEX #247065 Genoa

📋 copy color: '#247065'

red 36 ◦ green 112 ◦ blue 101

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

Shades of Genoa #247065

Tints of Genoa #247065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.56%

R = 14.46%
G = 44.98%
B = 40.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#247065 (or 0x247065) is known color: Genoa. HEX triplet: 24, 70 and 65. RGB value is (36,112,101). Sum of RGB (Red+Green+Blue) = 36+112+101=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #247065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247065 is #DB8F9A. Grayscale: #575757. Windows color (decimal): -14389147 or 6647844. OLE color: 6647844.

HSL color Cylindrical-coordinate representation of color #247065: hue angle of 171.32º 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 #247065 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 112 101 -
CMYK 0.68 0 0.10 0.56
HSL 171.32º 0.51% 0.29% -
HSV(B) 171.32º 0.68% 0.44% -
XYZ 8.87 12.9 14.33 -
YUV 88.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 36 112 101 0.68 0 0.10 0.56 171.32 0.51 0.29
Hex 24 70 65 44 0 A 38 AB 33 1D
Octal 44 160 145 104 0 12 70 253 63 35
Binary 100100 1110000 1100101 1000100 0 1010 111000 10101011 110011 11101

Color Harmonies of #247065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247065

Black with #247065

Text Example


Text Example

White with #247065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247065; }

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

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

background-color css

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

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

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

border-color css

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

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

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