Html Css Color HEX #3A5345 Plantation

📋 copy color: '#3A5345'

red 58 ◦ green 83 ◦ blue 69

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

Shades of Plantation #3A5345

Tints of Plantation #3A5345

RGB

 RED value IS 58 (23.05% from 255) = 27.62%

 GREEN value IS 83 (32.81% from 255) = 39.52%

 BLUE value IS 69 (27.34% from 255) = 32.86%

R = 27.62%
G = 39.52%
B = 32.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#3A5345 (or 0x3A5345) is known color: Plantation. HEX triplet: 3A, 53 and 45. RGB value is (58,83,69). Sum of RGB (Red+Green+Blue) = 58+83+69=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5345 is #C5ACBA. Grayscale: #494949. Windows color (decimal): -12954811 or 4543290. OLE color: 4543290.

HSL color Cylindrical-coordinate representation of color #3A5345: hue angle of 146.4º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A5345 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 83 69 -
CMYK 0.30 0 0.17 0.67
HSL 146.4º 0.18% 0.28% -
HSV(B) 146.4º 0.3% 0.33% -
XYZ 5.91 7.52 6.77 -
YUV 73.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 58 83 69 0.30 0 0.17 0.67 146.4 0.18 0.28
Hex 3A 53 45 1E 0 11 43 92 12 1C
Octal 72 123 105 36 0 21 103 222 22 34
Binary 111010 1010011 1000101 11110 0 10001 1000011 10010010 10010 11100

Color Harmonies of #3A5345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5345

Black with #3A5345

Text Example


Text Example

White with #3A5345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,83,69); }

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

background-color css

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

 a { background-color: rgb(58,83,69); }

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

border-color css

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

 span { border-color: rgb(58,83,69); }

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