#34644B

Color #34644B Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #34644B

Tints of Plantation #34644B

Color information

#34644B (or 0x34644B) is unknown color: approx Plantation. HEX triplet: 34, 64 and 4B. RGB value is (52,100,75). Sum of RGB (Red+Green+Blue) = 52+100+75=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #34644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34644B is #CB9BB4. Grayscale: #525252. Windows color (decimal): -13343669 or 4940852. OLE color: 4940852.

HSL color Cylindrical-coordinate representation of color #34644B: hue angle of 148.75º 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 #34644B is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB5210075-
CMYK0.4800.250.61
HSL148.75º31.58%29.8%-
HSV(B)148.75º48%39.22%-
XYZ7.2410.358.27-
YUV82.8123.6106.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=22.91%
G=44.05%
B=33.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100750.4800.250.61148.7531.5829.8
Hex34644B300193D95201e
Octal6414411360031752254036
Binary110100110010010010111100000110011111011001010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34644B; }

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

 H1.HeaderClassName
 {
   color: #34644B;
 }
 .AnyTagClassName
 {
   color: #34644B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #34644B;
 }
 .BgClassName
 {
   background-color: #34644B;
 }
</style>
border-color css

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

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

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