Html Css Color HEX #3B624A Plantation

📋 copy color: '#3B624A'

red 59 ◦ green 98 ◦ blue 74

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

Shades of Plantation #3B624A

Tints of Plantation #3B624A

RGB

 RED value IS 59 (23.44% from 255) = 25.54%

 GREEN value IS 98 (38.67% from 255) = 42.42%

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

R = 25.54%
G = 42.42%
B = 32.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#3B624A (or 0x3B624A) is known color: Plantation. HEX triplet: 3B, 62 and 4A. RGB value is (59,98,74). Sum of RGB (Red+Green+Blue) = 59+98+74=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #3B624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B624A is #C49DB5. Grayscale: #535353. Windows color (decimal): -12885430 or 4874811. OLE color: 4874811.

HSL color Cylindrical-coordinate representation of color #3B624A: hue angle of 143.08º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B624A is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 98 74 -
CMYK 0.40 0 0.24 0.62
HSL 143.08º 0.25% 0.31% -
HSV(B) 143.08º 0.4% 0.38% -
XYZ 7.41 10.16 8.05 -
YUV 83.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 59 98 74 0.40 0 0.24 0.62 143.08 0.25 0.31
Hex 3B 62 4A 28 0 18 3E 8F 19 1F
Octal 73 142 112 50 0 30 76 217 31 37
Binary 111011 1100010 1001010 101000 0 11000 111110 10001111 11001 11111

Color Harmonies of #3B624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B624A

Black with #3B624A

Text Example


Text Example

White with #3B624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B624A; }

 p { color: rgb(59,98,74); }

 H1.HeaderClassName
 {
   color: #3B624A;
 }
 .AnyTagClassName
 {
   color: #3B624A;
 }
</style>

background-color css

<style>
 a { background-color: #3B624A; }

 a { background-color: rgb(59,98,74); }

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

border-color css

<style>
 span { border-color: #3B624A; }

 span { border-color: rgb(59,98,74); }

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