Html Css Color HEX #357F6B Genoa

📋 copy color: '#357F6B'

red 53 ◦ green 127 ◦ blue 107

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

Shades of Genoa #357F6B

Tints of Genoa #357F6B

RGB

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

 GREEN value IS 127 (50% from 255) = 44.25%

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 18.47%
G = 44.25%
B = 37.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#357F6B (or 0x357F6B) is known color: Genoa. HEX triplet: 35, 7F and 6B. RGB value is (53,127,107). Sum of RGB (Red+Green+Blue) = 53+127+107=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #357F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F6B is #CA8094. Grayscale: #666666. Windows color (decimal): -13271189 or 7044917. OLE color: 7044917.

HSL color Cylindrical-coordinate representation of color #357F6B: hue angle of 163.78º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357F6B is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 127 107 -
CMYK 0.58 0 0.16 0.50
HSL 163.78º 0.41% 0.35% -
HSV(B) 163.78º 0.58% 0.5% -
XYZ 11.71 17 16.57 -
YUV 102.59 130.48 92.63 -
System Red Green Blue C M Y K H S L
Decimal 53 127 107 0.58 0 0.16 0.50 163.78 0.41 0.35
Hex 35 7F 6B 3A 0 10 32 A4 29 23
Octal 65 177 153 72 0 20 62 244 51 43
Binary 110101 1111111 1101011 111010 0 10000 110010 10100100 101001 100011

Color Harmonies of #357F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357F6B

Black with #357F6B

Text Example


Text Example

White with #357F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,127,107); }

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

background-color css

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

 a { background-color: rgb(53,127,107); }

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

border-color css

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

 span { border-color: rgb(53,127,107); }

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