Html Css Color HEX #345438 Parsley

📋 copy color: '#345438'

red 52 ◦ green 84 ◦ blue 56

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

Shades of Parsley #345438

Tints of Parsley #345438

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.75%

 BLUE value IS 56 (22.27% from 255) = 29.17%

R = 27.08%
G = 43.75%
B = 29.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#345438 (or 0x345438) is known color: Parsley. HEX triplet: 34, 54 and 38. RGB value is (52,84,56). Sum of RGB (Red+Green+Blue) = 52+84+56=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #345438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345438 is #CBABC7. Grayscale: #474747. Windows color (decimal): -13347784 or 3691572. OLE color: 3691572.

HSL color Cylindrical-coordinate representation of color #345438: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345438 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 84 56 -
CMYK 0.38 0 0.33 0.67
HSL 127.5º 0.24% 0.27% -
HSV(B) 127.5º 0.38% 0.33% -
XYZ 5.3 7.36 4.88 -
YUV 71.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 52 84 56 0.38 0 0.33 0.67 127.5 0.24 0.27
Hex 34 54 38 26 0 21 43 80 18 1B
Octal 64 124 70 46 0 41 103 200 30 33
Binary 110100 1010100 111000 100110 0 100001 1000011 10000000 11000 11011

Color Harmonies of #345438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345438

Black with #345438

Text Example


Text Example

White with #345438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345438; }

 p { color: rgb(52,84,56); }

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

background-color css

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

 a { background-color: rgb(52,84,56); }

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

border-color css

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

 span { border-color: rgb(52,84,56); }

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