Html Css Color HEX #345746 Plantation

📋 copy color: '#345746'

red 52 ◦ green 87 ◦ blue 70

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

Shades of Plantation #345746

Tints of Plantation #345746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.63%

 BLUE value IS 70 (27.73% from 255) = 33.49%

R = 24.88%
G = 41.63%
B = 33.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#345746 (or 0x345746) is known color: Plantation. HEX triplet: 34, 57 and 46. RGB value is (52,87,70). Sum of RGB (Red+Green+Blue) = 52+87+70=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #345746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345746 is #CBA8B9. Grayscale: #4A4A4A. Windows color (decimal): -13347002 or 4609844. OLE color: 4609844.

HSL color Cylindrical-coordinate representation of color #345746: hue angle of 150.86º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345746 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 87 70 -
CMYK 0.40 0 0.20 0.66
HSL 150.86º 0.25% 0.27% -
HSV(B) 150.86º 0.4% 0.34% -
XYZ 5.93 7.99 7.02 -
YUV 74.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 52 87 70 0.40 0 0.20 0.66 150.86 0.25 0.27
Hex 34 57 46 28 0 14 42 97 19 1B
Octal 64 127 106 50 0 24 102 227 31 33
Binary 110100 1010111 1000110 101000 0 10100 1000010 10010111 11001 11011

Color Harmonies of #345746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345746

Black with #345746

Text Example


Text Example

White with #345746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345746; }

 p { color: rgb(52,87,70); }

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

background-color css

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

 a { background-color: rgb(52,87,70); }

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

border-color css

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

 span { border-color: rgb(52,87,70); }

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