Html Css Color HEX #348074 Genoa

📋 copy color: '#348074'

red 52 ◦ green 128 ◦ blue 116

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

Shades of Genoa #348074

Tints of Genoa #348074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.24%

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 17.57%
G = 43.24%
B = 39.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#348074 (or 0x348074) is known color: Genoa. HEX triplet: 34, 80 and 74. RGB value is (52,128,116). Sum of RGB (Red+Green+Blue) = 52+128+116=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #348074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348074 is #CB7F8B. Grayscale: #676767. Windows color (decimal): -13336460 or 7634996. OLE color: 7634996.

HSL color Cylindrical-coordinate representation of color #348074: hue angle of 170.53º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #348074 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 116 -
CMYK 0.59 0 0.09 0.50
HSL 170.53º 0.42% 0.35% -
HSV(B) 170.53º 0.59% 0.5% -
XYZ 12.29 17.43 19.24 -
YUV 103.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 52 128 116 0.59 0 0.09 0.50 170.53 0.42 0.35
Hex 34 80 74 3B 0 9 32 AB 2A 23
Octal 64 200 164 73 0 11 62 253 52 43
Binary 110100 10000000 1110100 111011 0 1001 110010 10101011 101010 100011

Color Harmonies of #348074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348074

Black with #348074

Text Example


Text Example

White with #348074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348074; }

 p { color: rgb(52,128,116); }

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

background-color css

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

 a { background-color: rgb(52,128,116); }

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

border-color css

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

 span { border-color: rgb(52,128,116); }

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