Html Css Color HEX #356F5F Genoa

📋 copy color: '#356F5F'

red 53 ◦ green 111 ◦ blue 95

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

Shades of Genoa #356F5F

Tints of Genoa #356F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 20.46%
G = 42.86%
B = 36.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#356F5F (or 0x356F5F) is known color: Genoa. HEX triplet: 35, 6F and 5F. RGB value is (53,111,95). Sum of RGB (Red+Green+Blue) = 53+111+95=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #356F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F5F is #CA90A0. Grayscale: #5B5B5B. Windows color (decimal): -13275297 or 6254389. OLE color: 6254389.

HSL color Cylindrical-coordinate representation of color #356F5F: hue angle of 163.45º 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 #356F5F is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 111 95 -
CMYK 0.52 0 0.14 0.56
HSL 163.45º 0.35% 0.32% -
HSV(B) 163.45º 0.52% 0.44% -
XYZ 9.22 12.95 12.84 -
YUV 91.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 53 111 95 0.52 0 0.14 0.56 163.45 0.35 0.32
Hex 35 6F 5F 34 0 E 38 A3 23 20
Octal 65 157 137 64 0 16 70 243 43 40
Binary 110101 1101111 1011111 110100 0 1110 111000 10100011 100011 100000

Color Harmonies of #356F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F5F

Black with #356F5F

Text Example


Text Example

White with #356F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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