Html Css Color HEX #36674C Plantation

📋 copy color: '#36674C'

red 54 ◦ green 103 ◦ blue 76

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

Shades of Plantation #36674C

Tints of Plantation #36674C

RGB

 RED value IS 54 (21.48% from 255) = 23.18%

 GREEN value IS 103 (40.63% from 255) = 44.21%

 BLUE value IS 76 (30.08% from 255) = 32.62%

R = 23.18%
G = 44.21%
B = 32.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#36674C (or 0x36674C) is known color: Plantation. HEX triplet: 36, 67 and 4C. RGB value is (54,103,76). Sum of RGB (Red+Green+Blue) = 54+103+76=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #36674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36674C is #C998B3. Grayscale: #555555. Windows color (decimal): -13211828 or 5007158. OLE color: 5007158.

HSL color Cylindrical-coordinate representation of color #36674C: hue angle of 146.94º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36674C is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 103 76 -
CMYK 0.48 0 0.26 0.60
HSL 146.94º 0.31% 0.31% -
HSV(B) 146.94º 0.48% 0.4% -
XYZ 7.68 11.01 8.56 -
YUV 85.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 54 103 76 0.48 0 0.26 0.60 146.94 0.31 0.31
Hex 36 67 4C 30 0 1A 3C 93 1F 1F
Octal 66 147 114 60 0 32 74 223 37 37
Binary 110110 1100111 1001100 110000 0 11010 111100 10010011 11111 11111

Color Harmonies of #36674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36674C

Black with #36674C

Text Example


Text Example

White with #36674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36674C; }

 p { color: rgb(54,103,76); }

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

background-color css

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

 a { background-color: rgb(54,103,76); }

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

border-color css

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

 span { border-color: rgb(54,103,76); }

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