Html Css Color HEX #357463 Genoa

📋 copy color: '#357463'

red 53 ◦ green 116 ◦ blue 99

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

Shades of Genoa #357463

Tints of Genoa #357463

RGB

 RED value IS 53 (21.09% from 255) = 19.78%

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

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 19.78%
G = 43.28%
B = 36.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#357463 (or 0x357463) is known color: Genoa. HEX triplet: 35, 74 and 63. RGB value is (53,116,99). Sum of RGB (Red+Green+Blue) = 53+116+99=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #357463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357463 is #CA8B9C. Grayscale: #5F5F5F. Windows color (decimal): -13274013 or 6517813. OLE color: 6517813.

HSL color Cylindrical-coordinate representation of color #357463: hue angle of 163.81º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357463 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 116 99 -
CMYK 0.54 0 0.15 0.55
HSL 163.81º 0.37% 0.33% -
HSV(B) 163.81º 0.54% 0.45% -
XYZ 9.97 14.15 14.01 -
YUV 95.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 53 116 99 0.54 0 0.15 0.55 163.81 0.37 0.33
Hex 35 74 63 36 0 F 37 A4 25 21
Octal 65 164 143 66 0 17 67 244 45 41
Binary 110101 1110100 1100011 110110 0 1111 110111 10100100 100101 100001

Color Harmonies of #357463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357463

Black with #357463

Text Example


Text Example

White with #357463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357463; }

 p { color: rgb(53,116,99); }

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

background-color css

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

 a { background-color: rgb(53,116,99); }

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

border-color css

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

 span { border-color: rgb(53,116,99); }

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