Html Css Color HEX #346448 Green Pea

📋 copy color: '#346448'

red 52 ◦ green 100 ◦ blue 72

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

Shades of Green Pea #346448

Tints of Green Pea #346448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.64%

 BLUE value IS 72 (28.52% from 255) = 32.14%

R = 23.21%
G = 44.64%
B = 32.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#346448 (or 0x346448) is known color: Green Pea. HEX triplet: 34, 64 and 48. RGB value is (52,100,72). Sum of RGB (Red+Green+Blue) = 52+100+72=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #346448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346448 is #CB9BB7. Grayscale: #525252. Windows color (decimal): -13343672 or 4744244. OLE color: 4744244.

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

Color convert

RGB 52 100 72 -
CMYK 0.48 0 0.28 0.61
HSL 145º 0.32% 0.3% -
HSV(B) 145º 0.48% 0.39% -
XYZ 7.14 10.31 7.74 -
YUV 82.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 52 100 72 0.48 0 0.28 0.61 145 0.32 0.3
Hex 34 64 48 30 0 1C 3D 91 20 1E
Octal 64 144 110 60 0 34 75 221 40 36
Binary 110100 1100100 1001000 110000 0 11100 111101 10010001 100000 11110

Color Harmonies of #346448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346448

Black with #346448

Text Example


Text Example

White with #346448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346448; }

 p { color: rgb(52,100,72); }

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

background-color css

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

 a { background-color: rgb(52,100,72); }

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

border-color css

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

 span { border-color: rgb(52,100,72); }

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