Html Css Color HEX #36674B Plantation

📋 copy color: '#36674B'

red 54 ◦ green 103 ◦ blue 75

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

Shades of Plantation #36674B

Tints of Plantation #36674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.33%

R = 23.28%
G = 44.4%
B = 32.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#36674B (or 0x36674B) is known color: Plantation. HEX triplet: 36, 67 and 4B. RGB value is (54,103,75). Sum of RGB (Red+Green+Blue) = 54+103+75=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #36674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36674B is #C998B4. Grayscale: #555555. Windows color (decimal): -13211829 or 4941622. OLE color: 4941622.

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

Color convert

RGB 54 103 75 -
CMYK 0.48 0 0.27 0.60
HSL 145.71º 0.31% 0.31% -
HSV(B) 145.71º 0.48% 0.4% -
XYZ 7.64 10.99 8.38 -
YUV 85.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 54 103 75 0.48 0 0.27 0.60 145.71 0.31 0.31
Hex 36 67 4B 30 0 1B 3C 92 1F 1F
Octal 66 147 113 60 0 33 74 222 37 37
Binary 110110 1100111 1001011 110000 0 11011 111100 10010010 11111 11111

Color Harmonies of #36674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36674B

Black with #36674B

Text Example


Text Example

White with #36674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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