Html Css Color HEX #346762 Genoa

📋 copy color: '#346762'

red 52 ◦ green 103 ◦ blue 98

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

Shades of Genoa #346762

Tints of Genoa #346762

RGB

 RED value IS 52 (20.7% from 255) = 20.55%

 GREEN value IS 103 (40.63% from 255) = 40.71%

 BLUE value IS 98 (38.67% from 255) = 38.74%

R = 20.55%
G = 40.71%
B = 38.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#346762 (or 0x346762) is known color: Genoa. HEX triplet: 34, 67 and 62. RGB value is (52,103,98). Sum of RGB (Red+Green+Blue) = 52+103+98=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #346762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346762 is #CB989D. Grayscale: #575757. Windows color (decimal): -13342878 or 6448948. OLE color: 6448948.

HSL color Cylindrical-coordinate representation of color #346762: hue angle of 174.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346762 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 103 98 -
CMYK 0.50 0 0.05 0.60
HSL 174.12º 0.33% 0.3% -
HSV(B) 174.12º 0.5% 0.4% -
XYZ 8.47 11.31 13.29 -
YUV 87.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 52 103 98 0.50 0 0.05 0.60 174.12 0.33 0.3
Hex 34 67 62 32 0 5 3C AE 21 1E
Octal 64 147 142 62 0 5 74 256 41 36
Binary 110100 1100111 1100010 110010 0 101 111100 10101110 100001 11110

Color Harmonies of #346762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346762

Black with #346762

Text Example


Text Example

White with #346762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346762; }

 p { color: rgb(52,103,98); }

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

background-color css

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

 a { background-color: rgb(52,103,98); }

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

border-color css

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

 span { border-color: rgb(52,103,98); }

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