Html Css Color HEX #356F68 Genoa

📋 copy color: '#356F68'

red 53 ◦ green 111 ◦ blue 104

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

Shades of Genoa #356F68

Tints of Genoa #356F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.42%

 BLUE value IS 104 (41.02% from 255) = 38.81%

R = 19.78%
G = 41.42%
B = 38.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#356F68 (or 0x356F68) is known color: Genoa. HEX triplet: 35, 6F and 68. RGB value is (53,111,104). Sum of RGB (Red+Green+Blue) = 53+111+104=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #356F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F68 is #CA9097. Grayscale: #5C5C5C. Windows color (decimal): -13275288 or 6844213. OLE color: 6844213.

HSL color Cylindrical-coordinate representation of color #356F68: hue angle of 172.76º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F68 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 111 104 -
CMYK 0.52 0 0.06 0.56
HSL 172.76º 0.35% 0.32% -
HSV(B) 172.76º 0.52% 0.44% -
XYZ 9.65 13.13 15.12 -
YUV 92.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 53 111 104 0.52 0 0.06 0.56 172.76 0.35 0.32
Hex 35 6F 68 34 0 6 38 AD 23 20
Octal 65 157 150 64 0 6 70 255 43 40
Binary 110101 1101111 1101000 110100 0 110 111000 10101101 100011 100000

Color Harmonies of #356F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F68

Black with #356F68

Text Example


Text Example

White with #356F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356F68; }

 p { color: rgb(53,111,104); }

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

background-color css

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

 a { background-color: rgb(53,111,104); }

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

border-color css

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

 span { border-color: rgb(53,111,104); }

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