Html Css Color HEX #358373 Genoa

📋 copy color: '#358373'

red 53 ◦ green 131 ◦ blue 115

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

Shades of Genoa #358373

Tints of Genoa #358373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

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

R = 17.73%
G = 43.81%
B = 38.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#358373 (or 0x358373) is known color: Genoa. HEX triplet: 35, 83 and 73. RGB value is (53,131,115). Sum of RGB (Red+Green+Blue) = 53+131+115=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #358373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358373 is #CA7C8C. Grayscale: #696969. Windows color (decimal): -13270157 or 7570229. OLE color: 7570229.

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

Color convert

RGB 53 131 115 -
CMYK 0.60 0 0.12 0.49
HSL 167.69º 0.42% 0.36% -
HSV(B) 167.69º 0.6% 0.51% -
XYZ 12.68 18.23 19.07 -
YUV 105.85 133.16 90.3 -
System Red Green Blue C M Y K H S L
Decimal 53 131 115 0.60 0 0.12 0.49 167.69 0.42 0.36
Hex 35 83 73 3C 0 C 31 A8 2A 24
Octal 65 203 163 74 0 14 61 250 52 44
Binary 110101 10000011 1110011 111100 0 1100 110001 10101000 101010 100100

Color Harmonies of #358373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358373

Black with #358373

Text Example


Text Example

White with #358373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358373; }

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

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

background-color css

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

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

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

border-color css

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

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

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