Html Css Color HEX #357D6C Genoa

📋 copy color: '#357D6C'

red 53 ◦ green 125 ◦ blue 108

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

Shades of Genoa #357D6C

Tints of Genoa #357D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.71%

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 18.53%
G = 43.71%
B = 37.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#357D6C (or 0x357D6C) is known color: Genoa. HEX triplet: 35, 7D and 6C. RGB value is (53,125,108). Sum of RGB (Red+Green+Blue) = 53+125+108=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #357D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D6C is #CA8293. Grayscale: #656565. Windows color (decimal): -13271700 or 7109941. OLE color: 7109941.

HSL color Cylindrical-coordinate representation of color #357D6C: hue angle of 165.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D6C is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 125 108 -
CMYK 0.58 0 0.14 0.51
HSL 165.83º 0.4% 0.35% -
HSV(B) 165.83º 0.58% 0.49% -
XYZ 11.51 16.51 16.77 -
YUV 101.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 53 125 108 0.58 0 0.14 0.51 165.83 0.4 0.35
Hex 35 7D 6C 3A 0 E 33 A6 28 23
Octal 65 175 154 72 0 16 63 246 50 43
Binary 110101 1111101 1101100 111010 0 1110 110011 10100110 101000 100011

Color Harmonies of #357D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D6C

Black with #357D6C

Text Example


Text Example

White with #357D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357D6C; }

 p { color: rgb(53,125,108); }

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

background-color css

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

 a { background-color: rgb(53,125,108); }

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

border-color css

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

 span { border-color: rgb(53,125,108); }

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