Html Css Color HEX #346745 Green Pea

📋 copy color: '#346745'

red 52 ◦ green 103 ◦ blue 69

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

Shades of Green Pea #346745

Tints of Green Pea #346745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.8%

R = 23.21%
G = 45.98%
B = 30.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#346745 (or 0x346745) is known color: Green Pea. HEX triplet: 34, 67 and 45. RGB value is (52,103,69). Sum of RGB (Red+Green+Blue) = 52+103+69=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #346745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346745 is #CB98BA. Grayscale: #535353. Windows color (decimal): -13342907 or 4548404. OLE color: 4548404.

HSL color Cylindrical-coordinate representation of color #346745: hue angle of 140º 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 #346745 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 103 69 -
CMYK 0.50 0 0.33 0.60
HSL 140º 0.33% 0.3% -
HSV(B) 140º 0.5% 0.4% -
XYZ 7.34 10.86 7.34 -
YUV 83.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 52 103 69 0.50 0 0.33 0.60 140 0.33 0.3
Hex 34 67 45 32 0 21 3C 8C 21 1E
Octal 64 147 105 62 0 41 74 214 41 36
Binary 110100 1100111 1000101 110010 0 100001 111100 10001100 100001 11110

Color Harmonies of #346745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346745

Black with #346745

Text Example


Text Example

White with #346745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346745; }

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

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

background-color css

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

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

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

border-color css

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

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

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