Html Css Color HEX #357568 Genoa

📋 copy color: '#357568'

red 53 ◦ green 117 ◦ blue 104

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

Shades of Genoa #357568

Tints of Genoa #357568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.7%

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 19.34%
G = 42.7%
B = 37.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#357568 (or 0x357568) is known color: Genoa. HEX triplet: 35, 75 and 68. RGB value is (53,117,104). Sum of RGB (Red+Green+Blue) = 53+117+104=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #357568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357568 is #CA8A97. Grayscale: #606060. Windows color (decimal): -13273752 or 6845749. OLE color: 6845749.

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

Color convert

RGB 53 117 104 -
CMYK 0.55 0 0.11 0.54
HSL 167.81º 0.38% 0.33% -
HSV(B) 167.81º 0.55% 0.46% -
XYZ 10.33 14.48 15.35 -
YUV 96.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 53 117 104 0.55 0 0.11 0.54 167.81 0.38 0.33
Hex 35 75 68 37 0 B 36 A8 26 21
Octal 65 165 150 67 0 13 66 250 46 41
Binary 110101 1110101 1101000 110111 0 1011 110110 10101000 100110 100001

Color Harmonies of #357568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357568

Black with #357568

Text Example


Text Example

White with #357568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357568; }

 p { color: rgb(53,117,104); }

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

background-color css

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

 a { background-color: rgb(53,117,104); }

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

border-color css

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

 span { border-color: rgb(53,117,104); }

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