Html Css Color HEX #345138 Parsley

📋 copy color: '#345138'

red 52 ◦ green 81 ◦ blue 56

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

Shades of Parsley #345138

Tints of Parsley #345138

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.86%

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

R = 27.51%
G = 42.86%
B = 29.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#345138 (or 0x345138) is known color: Parsley. HEX triplet: 34, 51 and 38. RGB value is (52,81,56). Sum of RGB (Red+Green+Blue) = 52+81+56=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #345138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345138 is #CBAEC7. Grayscale: #454545. Windows color (decimal): -13348552 or 3690804. OLE color: 3690804.

HSL color Cylindrical-coordinate representation of color #345138: hue angle of 128.28º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345138 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 81 56 -
CMYK 0.36 0 0.31 0.68
HSL 128.28º 0.22% 0.26% -
HSV(B) 128.28º 0.36% 0.32% -
XYZ 5.07 6.9 4.81 -
YUV 69.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 52 81 56 0.36 0 0.31 0.68 128.28 0.22 0.26
Hex 34 51 38 24 0 1F 44 80 16 1A
Octal 64 121 70 44 0 37 104 200 26 32
Binary 110100 1010001 111000 100100 0 11111 1000100 10000000 10110 11010

Color Harmonies of #345138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345138

Black with #345138

Text Example


Text Example

White with #345138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345138; }

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

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

background-color css

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

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

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

border-color css

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

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

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