Html Css Color HEX #35664A Plantation

📋 copy color: '#35664A'

red 53 ◦ green 102 ◦ blue 74

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

Shades of Plantation #35664A

Tints of Plantation #35664A

RGB

 RED value IS 53 (21.09% from 255) = 23.14%

 GREEN value IS 102 (40.23% from 255) = 44.54%

 BLUE value IS 74 (29.3% from 255) = 32.31%

R = 23.14%
G = 44.54%
B = 32.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#35664A (or 0x35664A) is known color: Plantation. HEX triplet: 35, 66 and 4A. RGB value is (53,102,74). Sum of RGB (Red+Green+Blue) = 53+102+74=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #35664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35664A is #CA99B5. Grayscale: #545454. Windows color (decimal): -13277622 or 4875829. OLE color: 4875829.

HSL color Cylindrical-coordinate representation of color #35664A: hue angle of 145.71º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35664A is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 102 74 -
CMYK 0.48 0 0.27 0.6
HSL 145.71º 0.32% 0.3% -
HSV(B) 145.71º 0.48% 0.4% -
XYZ 7.46 10.75 8.16 -
YUV 84.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 53 102 74 0.48 0 0.27 0.6 145.71 0.32 0.3
Hex 35 66 4A 30 0 1B 3C 92 20 1E
Octal 65 146 112 60 0 33 74 222 40 36
Binary 110101 1100110 1001010 110000 0 11011 111100 10010010 100000 11110

Color Harmonies of #35664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35664A

Black with #35664A

Text Example


Text Example

White with #35664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35664A; }

 p { color: rgb(53,102,74); }

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

background-color css

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

 a { background-color: rgb(53,102,74); }

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

border-color css

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

 span { border-color: rgb(53,102,74); }

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