Html Css Color HEX #344C35 Parsley

📋 copy color: '#344C35'

red 52 ◦ green 76 ◦ blue 53

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

Shades of Parsley #344C35

Tints of Parsley #344C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.99%

 BLUE value IS 53 (21.09% from 255) = 29.28%

R = 28.73%
G = 41.99%
B = 29.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#344C35 (or 0x344C35) is known color: Parsley. HEX triplet: 34, 4C and 35. RGB value is (52,76,53). Sum of RGB (Red+Green+Blue) = 52+76+53=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #344C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C35 is #CBB3CA. Grayscale: #424242. Windows color (decimal): -13349835 or 3492916. OLE color: 3492916.

HSL color Cylindrical-coordinate representation of color #344C35: hue angle of 122.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344C35 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 76 53 -
CMYK 0.32 0 0.30 0.70
HSL 122.5º 0.19% 0.25% -
HSV(B) 122.5º 0.32% 0.3% -
XYZ 4.64 6.16 4.31 -
YUV 66.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 52 76 53 0.32 0 0.30 0.70 122.5 0.19 0.25
Hex 34 4C 35 20 0 1E 46 7B 13 19
Octal 64 114 65 40 0 36 106 173 23 31
Binary 110100 1001100 110101 100000 0 11110 1000110 1111011 10011 11001

Color Harmonies of #344C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C35

Black with #344C35

Text Example


Text Example

White with #344C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344C35; }

 p { color: rgb(52,76,53); }

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

background-color css

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

 a { background-color: rgb(52,76,53); }

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

border-color css

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

 span { border-color: rgb(52,76,53); }

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