Html Css Color HEX #3E614B Plantation

📋 copy color: '#3E614B'

red 62 ◦ green 97 ◦ blue 75

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

Shades of Plantation #3E614B

Tints of Plantation #3E614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

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

R = 26.5%
G = 41.45%
B = 32.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#3E614B (or 0x3E614B) is known color: Plantation. HEX triplet: 3E, 61 and 4B. RGB value is (62,97,75). Sum of RGB (Red+Green+Blue) = 62+97+75=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #3E614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E614B is #C19EB4. Grayscale: #545454. Windows color (decimal): -12689077 or 4940094. OLE color: 4940094.

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

Color convert

RGB 62 97 75 -
CMYK 0.36 0 0.23 0.62
HSL 142.29º 0.22% 0.31% -
HSV(B) 142.29º 0.36% 0.38% -
XYZ 7.53 10.08 8.21 -
YUV 84.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 62 97 75 0.36 0 0.23 0.62 142.29 0.22 0.31
Hex 3E 61 4B 24 0 17 3E 8E 16 1F
Octal 76 141 113 44 0 27 76 216 26 37
Binary 111110 1100001 1001011 100100 0 10111 111110 10001110 10110 11111

Color Harmonies of #3E614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E614B

Black with #3E614B

Text Example


Text Example

White with #3E614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,97,75); }

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

background-color css

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

 a { background-color: rgb(62,97,75); }

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

border-color css

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

 span { border-color: rgb(62,97,75); }

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