Html Css Color HEX #357267 Genoa

📋 copy color: '#357267'

red 53 ◦ green 114 ◦ blue 103

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

Shades of Genoa #357267

Tints of Genoa #357267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.15%

R = 19.63%
G = 42.22%
B = 38.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#357267 (or 0x357267) is known color: Genoa. HEX triplet: 35, 72 and 67. RGB value is (53,114,103). Sum of RGB (Red+Green+Blue) = 53+114+103=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #357267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357267 is #CA8D98. Grayscale: #5E5E5E. Windows color (decimal): -13274521 or 6779445. OLE color: 6779445.

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

Color convert

RGB 53 114 103 -
CMYK 0.54 0 0.10 0.55
HSL 169.18º 0.37% 0.33% -
HSV(B) 169.18º 0.54% 0.45% -
XYZ 9.93 13.77 14.97 -
YUV 94.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 53 114 103 0.54 0 0.10 0.55 169.18 0.37 0.33
Hex 35 72 67 36 0 A 37 A9 25 21
Octal 65 162 147 66 0 12 67 251 45 41
Binary 110101 1110010 1100111 110110 0 1010 110111 10101001 100101 100001

Color Harmonies of #357267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357267

Black with #357267

Text Example


Text Example

White with #357267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357267; }

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

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

background-color css

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

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

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

border-color css

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

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

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