Html Css Color HEX #358675 Genoa

📋 copy color: '#358675'

red 53 ◦ green 134 ◦ blue 117

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

Shades of Genoa #358675

Tints of Genoa #358675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

 BLUE value IS 117 (46.09% from 255) = 38.49%

R = 17.43%
G = 44.08%
B = 38.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#358675 (or 0x358675) is known color: Genoa. HEX triplet: 35, 86 and 75. RGB value is (53,134,117). Sum of RGB (Red+Green+Blue) = 53+134+117=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #358675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358675 is #CA798A. Grayscale: #6B6B6B. Windows color (decimal): -13269387 or 7702069. OLE color: 7702069.

HSL color Cylindrical-coordinate representation of color #358675: hue angle of 167.41º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358675 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 117 -
CMYK 0.60 0 0.13 0.47
HSL 167.41º 0.43% 0.37% -
HSV(B) 167.41º 0.6% 0.53% -
XYZ 13.2 19.09 19.82 -
YUV 107.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 53 134 117 0.60 0 0.13 0.47 167.41 0.43 0.37
Hex 35 86 75 3C 0 D 2F A7 2B 25
Octal 65 206 165 74 0 15 57 247 53 45
Binary 110101 10000110 1110101 111100 0 1101 101111 10100111 101011 100101

Color Harmonies of #358675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358675

Black with #358675

Text Example


Text Example

White with #358675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358675; }

 p { color: rgb(53,134,117); }

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

background-color css

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

 a { background-color: rgb(53,134,117); }

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

border-color css

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

 span { border-color: rgb(53,134,117); }

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