Html Css Color HEX #358171 Genoa

📋 copy color: '#358171'

red 53 ◦ green 129 ◦ blue 113

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

Shades of Genoa #358171

Tints of Genoa #358171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.73%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 17.97%
G = 43.73%
B = 38.31%

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

#358171 (or 0x358171) is known color: Genoa. HEX triplet: 35, 81 and 71. RGB value is (53,129,113). Sum of RGB (Red+Green+Blue) = 53+129+113=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #358171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358171 is #CA7E8E. Grayscale: #686868. Windows color (decimal): -13270671 or 7438645. OLE color: 7438645.

HSL color Cylindrical-coordinate representation of color #358171: hue angle of 167.37º 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 #358171 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 129 113 -
CMYK 0.59 0 0.12 0.49
HSL 167.37º 0.42% 0.36% -
HSV(B) 167.37º 0.59% 0.51% -
XYZ 12.3 17.65 18.38 -
YUV 104.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 53 129 113 0.59 0 0.12 0.49 167.37 0.42 0.36
Hex 35 81 71 3B 0 C 31 A7 2A 24
Octal 65 201 161 73 0 14 61 247 52 44
Binary 110101 10000001 1110001 111011 0 1100 110001 10100111 101010 100100

Color Harmonies of #358171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358171

Black with #358171

Text Example


Text Example

White with #358171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358171; }

 p { color: rgb(53,129,113); }

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

background-color css

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

 a { background-color: rgb(53,129,113); }

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

border-color css

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

 span { border-color: rgb(53,129,113); }

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