Html Css Color HEX #357268 Genoa

📋 copy color: '#357268'

red 53 ◦ green 114 ◦ blue 104

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

Shades of Genoa #357268

Tints of Genoa #357268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.07%

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

R = 19.56%
G = 42.07%
B = 38.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#357268 (or 0x357268) is known color: Genoa. HEX triplet: 35, 72 and 68. RGB value is (53,114,104). Sum of RGB (Red+Green+Blue) = 53+114+104=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #357268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357268 is #CA8D97. Grayscale: #5E5E5E. Windows color (decimal): -13274520 or 6844981. OLE color: 6844981.

HSL color Cylindrical-coordinate representation of color #357268: hue angle of 170.16º 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 #357268 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 114 104 -
CMYK 0.54 0 0.09 0.55
HSL 170.16º 0.37% 0.33% -
HSV(B) 170.16º 0.54% 0.45% -
XYZ 9.98 13.79 15.23 -
YUV 94.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 53 114 104 0.54 0 0.09 0.55 170.16 0.37 0.33
Hex 35 72 68 36 0 9 37 AA 25 21
Octal 65 162 150 66 0 11 67 252 45 41
Binary 110101 1110010 1101000 110110 0 1001 110111 10101010 100101 100001

Color Harmonies of #357268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357268

Black with #357268

Text Example


Text Example

White with #357268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357268; }

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

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

background-color css

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

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

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

border-color css

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

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

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