Html Css Color HEX #36634B Plantation

📋 copy color: '#36634B'

red 54 ◦ green 99 ◦ blue 75

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

Shades of Plantation #36634B

Tints of Plantation #36634B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.42%

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

R = 23.68%
G = 43.42%
B = 32.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#36634B (or 0x36634B) is known color: Plantation. HEX triplet: 36, 63 and 4B. RGB value is (54,99,75). Sum of RGB (Red+Green+Blue) = 54+99+75=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #36634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36634B is #C99CB4. Grayscale: #525252. Windows color (decimal): -13212853 or 4940598. OLE color: 4940598.

HSL color Cylindrical-coordinate representation of color #36634B: hue angle of 148º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #36634B is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 99 75 -
CMYK 0.45 0 0.24 0.61
HSL 148º 0.29% 0.3% -
HSV(B) 148º 0.45% 0.39% -
XYZ 7.25 10.22 8.25 -
YUV 82.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 54 99 75 0.45 0 0.24 0.61 148 0.29 0.3
Hex 36 63 4B 2D 0 18 3D 94 1D 1E
Octal 66 143 113 55 0 30 75 224 35 36
Binary 110110 1100011 1001011 101101 0 11000 111101 10010100 11101 11110

Color Harmonies of #36634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36634B

Black with #36634B

Text Example


Text Example

White with #36634B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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