Html Css Color HEX #358273 Genoa

📋 copy color: '#358273'

red 53 ◦ green 130 ◦ blue 115

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

Shades of Genoa #358273

Tints of Genoa #358273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.62%

 BLUE value IS 115 (45.31% from 255) = 38.59%

R = 17.79%
G = 43.62%
B = 38.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#358273 (or 0x358273) is known color: Genoa. HEX triplet: 35, 82 and 73. RGB value is (53,130,115). Sum of RGB (Red+Green+Blue) = 53+130+115=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #358273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358273 is #CA7D8C. Grayscale: #696969. Windows color (decimal): -13270413 or 7569973. OLE color: 7569973.

HSL color Cylindrical-coordinate representation of color #358273: hue angle of 168.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358273 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 115 -
CMYK 0.59 0 0.12 0.49
HSL 168.31º 0.42% 0.36% -
HSV(B) 168.31º 0.59% 0.51% -
XYZ 12.55 17.96 19.03 -
YUV 105.27 133.49 90.72 -
System Red Green Blue C M Y K H S L
Decimal 53 130 115 0.59 0 0.12 0.49 168.31 0.42 0.36
Hex 35 82 73 3B 0 C 31 A8 2A 24
Octal 65 202 163 73 0 14 61 250 52 44
Binary 110101 10000010 1110011 111011 0 1100 110001 10101000 101010 100100

Color Harmonies of #358273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358273

Black with #358273

Text Example


Text Example

White with #358273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358273; }

 p { color: rgb(53,130,115); }

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

background-color css

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

 a { background-color: rgb(53,130,115); }

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

border-color css

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

 span { border-color: rgb(53,130,115); }

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