Html Css Color HEX #357D6A Genoa

📋 copy color: '#357D6A'

red 53 ◦ green 125 ◦ blue 106

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

Shades of Genoa #357D6A

Tints of Genoa #357D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 18.66%
G = 44.01%
B = 37.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#357D6A (or 0x357D6A) is known color: Genoa. HEX triplet: 35, 7D and 6A. RGB value is (53,125,106). Sum of RGB (Red+Green+Blue) = 53+125+106=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 125 (49.22% from 255 or 44.01% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 125 - color contains mainly: green. Hex color #357D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D6A is #CA8295. Grayscale: #656565. Windows color (decimal): -13271702 or 6978869. OLE color: 6978869.

HSL color Cylindrical-coordinate representation of color #357D6A: hue angle of 164.17º 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 #357D6A is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 125 106 -
CMYK 0.58 0 0.15 0.51
HSL 164.17º 0.4% 0.35% -
HSV(B) 164.17º 0.58% 0.49% -
XYZ 11.4 16.46 16.21 -
YUV 101.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 53 125 106 0.58 0 0.15 0.51 164.17 0.4 0.35
Hex 35 7D 6A 3A 0 F 33 A4 28 23
Octal 65 175 152 72 0 17 63 244 50 43
Binary 110101 1111101 1101010 111010 0 1111 110011 10100100 101000 100011

Color Harmonies of #357D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D6A

Black with #357D6A

Text Example


Text Example

White with #357D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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