Html Css Color HEX #348375 Genoa

📋 copy color: '#348375'

red 52 ◦ green 131 ◦ blue 117

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

Shades of Genoa #348375

Tints of Genoa #348375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

 BLUE value IS 117 (46.09% from 255) = 39%

R = 17.33%
G = 43.67%
B = 39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#348375 (or 0x348375) is known color: Genoa. HEX triplet: 34, 83 and 75. RGB value is (52,131,117). Sum of RGB (Red+Green+Blue) = 52+131+117=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #348375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348375 is #CB7C8A. Grayscale: #696969. Windows color (decimal): -13335691 or 7701300. OLE color: 7701300.

HSL color Cylindrical-coordinate representation of color #348375: hue angle of 169.37º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348375 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 117 -
CMYK 0.60 0 0.11 0.49
HSL 169.37º 0.43% 0.36% -
HSV(B) 169.37º 0.6% 0.51% -
XYZ 12.74 18.25 19.68 -
YUV 105.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 52 131 117 0.60 0 0.11 0.49 169.37 0.43 0.36
Hex 34 83 75 3C 0 B 31 A9 2B 24
Octal 64 203 165 74 0 13 61 251 53 44
Binary 110100 10000011 1110101 111100 0 1011 110001 10101001 101011 100100

Color Harmonies of #348375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348375

Black with #348375

Text Example


Text Example

White with #348375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348375; }

 p { color: rgb(52,131,117); }

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

background-color css

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

 a { background-color: rgb(52,131,117); }

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

border-color css

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

 span { border-color: rgb(52,131,117); }

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