Html Css Color HEX #348574 Genoa

📋 copy color: '#348574'

red 52 ◦ green 133 ◦ blue 116

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

Shades of Genoa #348574

Tints of Genoa #348574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

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

R = 17.28%
G = 44.19%
B = 38.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#348574 (or 0x348574) is known color: Genoa. HEX triplet: 34, 85 and 74. RGB value is (52,133,116). Sum of RGB (Red+Green+Blue) = 52+133+116=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #348574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348574 is #CB7A8B. Grayscale: #6A6A6A. Windows color (decimal): -13335180 or 7636276. OLE color: 7636276.

HSL color Cylindrical-coordinate representation of color #348574: hue angle of 167.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348574 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 116 -
CMYK 0.61 0 0.13 0.48
HSL 167.41º 0.44% 0.36% -
HSV(B) 167.41º 0.61% 0.52% -
XYZ 12.96 18.77 19.46 -
YUV 106.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 52 133 116 0.61 0 0.13 0.48 167.41 0.44 0.36
Hex 34 85 74 3D 0 D 30 A7 2C 24
Octal 64 205 164 75 0 15 60 247 54 44
Binary 110100 10000101 1110100 111101 0 1101 110000 10100111 101100 100100

Color Harmonies of #348574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348574

Black with #348574

Text Example


Text Example

White with #348574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348574; }

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

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

background-color css

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

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

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

border-color css

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

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

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