Html Css Color HEX #3E604C Plantation

📋 copy color: '#3E604C'

red 62 ◦ green 96 ◦ blue 76

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

Shades of Plantation #3E604C

Tints of Plantation #3E604C

RGB

 RED value IS 62 (24.61% from 255) = 26.5%

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 26.5%
G = 41.03%
B = 32.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#3E604C (or 0x3E604C) is known color: Plantation. HEX triplet: 3E, 60 and 4C. RGB value is (62,96,76). Sum of RGB (Red+Green+Blue) = 62+96+76=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #3E604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E604C is #C19FB3. Grayscale: #535353. Windows color (decimal): -12689332 or 5005374. OLE color: 5005374.

HSL color Cylindrical-coordinate representation of color #3E604C: hue angle of 144.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E604C is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 96 76 -
CMYK 0.35 0 0.21 0.62
HSL 144.71º 0.22% 0.31% -
HSV(B) 144.71º 0.35% 0.38% -
XYZ 7.47 9.91 8.36 -
YUV 83.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 62 96 76 0.35 0 0.21 0.62 144.71 0.22 0.31
Hex 3E 60 4C 23 0 15 3E 91 16 1F
Octal 76 140 114 43 0 25 76 221 26 37
Binary 111110 1100000 1001100 100011 0 10101 111110 10010001 10110 11111

Color Harmonies of #3E604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E604C

Black with #3E604C

Text Example


Text Example

White with #3E604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,96,76); }

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

background-color css

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

 a { background-color: rgb(62,96,76); }

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

border-color css

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

 span { border-color: rgb(62,96,76); }

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