Html Css Color HEX #356967 Genoa

📋 copy color: '#356967'

red 53 ◦ green 105 ◦ blue 103

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

Shades of Genoa #356967

Tints of Genoa #356967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.23%

 BLUE value IS 103 (40.63% from 255) = 39.46%

R = 20.31%
G = 40.23%
B = 39.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#356967 (or 0x356967) is known color: Genoa. HEX triplet: 35, 69 and 67. RGB value is (53,105,103). Sum of RGB (Red+Green+Blue) = 53+105+103=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #356967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356967 is #CA9698. Grayscale: #595959. Windows color (decimal): -13276825 or 6777141. OLE color: 6777141.

HSL color Cylindrical-coordinate representation of color #356967: hue angle of 177.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356967 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 103 -
CMYK 0.50 0 0.02 0.59
HSL 177.69º 0.33% 0.31% -
HSV(B) 177.69º 0.5% 0.41% -
XYZ 8.97 11.84 14.64 -
YUV 89.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 53 105 103 0.50 0 0.02 0.59 177.69 0.33 0.31
Hex 35 69 67 32 0 2 3B B2 21 1F
Octal 65 151 147 62 0 2 73 262 41 37
Binary 110101 1101001 1100111 110010 0 10 111011 10110010 100001 11111

Color Harmonies of #356967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356967

Black with #356967

Text Example


Text Example

White with #356967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356967; }

 p { color: rgb(53,105,103); }

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

background-color css

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

 a { background-color: rgb(53,105,103); }

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

border-color css

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

 span { border-color: rgb(53,105,103); }

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