Html Css Color HEX #3B624E Plantation

📋 copy color: '#3B624E'

red 59 ◦ green 98 ◦ blue 78

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

Shades of Plantation #3B624E

Tints of Plantation #3B624E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.19%

R = 25.11%
G = 41.7%
B = 33.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#3B624E (or 0x3B624E) is known color: Plantation. HEX triplet: 3B, 62 and 4E. RGB value is (59,98,78). Sum of RGB (Red+Green+Blue) = 59+98+78=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #3B624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B624E is #C49DB1. Grayscale: #545454. Windows color (decimal): -12885426 or 5136955. OLE color: 5136955.

HSL color Cylindrical-coordinate representation of color #3B624E: hue angle of 149.23º 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 #3B624E is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 98 78 -
CMYK 0.40 0 0.20 0.62
HSL 149.23º 0.25% 0.31% -
HSV(B) 149.23º 0.4% 0.38% -
XYZ 7.55 10.22 8.78 -
YUV 84.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 59 98 78 0.40 0 0.20 0.62 149.23 0.25 0.31
Hex 3B 62 4E 28 0 14 3E 95 19 1F
Octal 73 142 116 50 0 24 76 225 31 37
Binary 111011 1100010 1001110 101000 0 10100 111110 10010101 11001 11111

Color Harmonies of #3B624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B624E

Black with #3B624E

Text Example


Text Example

White with #3B624E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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