Html Css Color HEX #346345 Green Pea

📋 copy color: '#346345'

red 52 ◦ green 99 ◦ blue 69

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

Shades of Green Pea #346345

Tints of Green Pea #346345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

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

R = 23.64%
G = 45%
B = 31.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#346345 (or 0x346345) is known color: Green Pea. HEX triplet: 34, 63 and 45. RGB value is (52,99,69). Sum of RGB (Red+Green+Blue) = 52+99+69=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #346345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346345 is #CB9CBA. Grayscale: #515151. Windows color (decimal): -13343931 or 4547380. OLE color: 4547380.

HSL color Cylindrical-coordinate representation of color #346345: hue angle of 141.7º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346345 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 99 69 -
CMYK 0.47 0 0.30 0.61
HSL 141.7º 0.31% 0.3% -
HSV(B) 141.7º 0.47% 0.39% -
XYZ 6.95 10.08 7.21 -
YUV 81.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 52 99 69 0.47 0 0.30 0.61 141.7 0.31 0.3
Hex 34 63 45 2F 0 1E 3D 8E 1F 1E
Octal 64 143 105 57 0 36 75 216 37 36
Binary 110100 1100011 1000101 101111 0 11110 111101 10001110 11111 11110

Color Harmonies of #346345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346345

Black with #346345

Text Example


Text Example

White with #346345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346345; }

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

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

background-color css

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

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

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

border-color css

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

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

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