Html Css Color HEX #346045 Green Pea

📋 copy color: '#346045'

red 52 ◦ green 96 ◦ blue 69

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

Shades of Green Pea #346045

Tints of Green Pea #346045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

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

R = 23.96%
G = 44.24%
B = 31.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#346045 (or 0x346045) is known color: Green Pea. HEX triplet: 34, 60 and 45. RGB value is (52,96,69). Sum of RGB (Red+Green+Blue) = 52+96+69=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #346045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346045 is #CB9FBA. Grayscale: #4F4F4F. Windows color (decimal): -13344699 or 4546612. OLE color: 4546612.

HSL color Cylindrical-coordinate representation of color #346045: hue angle of 143.18º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346045 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 96 69 -
CMYK 0.46 0 0.28 0.62
HSL 143.18º 0.3% 0.29% -
HSV(B) 143.18º 0.46% 0.38% -
XYZ 6.67 9.53 7.12 -
YUV 79.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 52 96 69 0.46 0 0.28 0.62 143.18 0.3 0.29
Hex 34 60 45 2E 0 1C 3E 8F 1E 1D
Octal 64 140 105 56 0 34 76 217 36 35
Binary 110100 1100000 1000101 101110 0 11100 111110 10001111 11110 11101

Color Harmonies of #346045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346045

Black with #346045

Text Example


Text Example

White with #346045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346045; }

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

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

background-color css

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

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

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

border-color css

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

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

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