Html Css Color HEX #3E5A4D Plantation

📋 copy color: '#3E5A4D'

red 62 ◦ green 90 ◦ blue 77

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

Shades of Plantation #3E5A4D

Tints of Plantation #3E5A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.3%

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 27.07%
G = 39.3%
B = 33.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#3E5A4D (or 0x3E5A4D) is known color: Plantation. HEX triplet: 3E, 5A and 4D. RGB value is (62,90,77). Sum of RGB (Red+Green+Blue) = 62+90+77=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5A4D is #C1A5B2. Grayscale: #505050. Windows color (decimal): -12690867 or 5069374. OLE color: 5069374.

HSL color Cylindrical-coordinate representation of color #3E5A4D: hue angle of 152.14º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E5A4D is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 90 77 -
CMYK 0.31 0 0.14 0.65
HSL 152.14º 0.18% 0.3% -
HSV(B) 152.14º 0.31% 0.35% -
XYZ 6.98 8.87 8.37 -
YUV 80.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 62 90 77 0.31 0 0.14 0.65 152.14 0.18 0.3
Hex 3E 5A 4D 1F 0 E 41 98 12 1E
Octal 76 132 115 37 0 16 101 230 22 36
Binary 111110 1011010 1001101 11111 0 1110 1000001 10011000 10010 11110

Color Harmonies of #3E5A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5A4D

Black with #3E5A4D

Text Example


Text Example

White with #3E5A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,90,77); }

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

background-color css

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

 a { background-color: rgb(62,90,77); }

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

border-color css

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

 span { border-color: rgb(62,90,77); }

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