Html Css Color HEX #3B5F4D Plantation

📋 copy color: '#3B5F4D'

red 59 ◦ green 95 ◦ blue 77

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

Shades of Plantation #3B5F4D

Tints of Plantation #3B5F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.13%

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

R = 25.54%
G = 41.13%
B = 33.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#3B5F4D (or 0x3B5F4D) is known color: Plantation. HEX triplet: 3B, 5F and 4D. RGB value is (59,95,77). Sum of RGB (Red+Green+Blue) = 59+95+77=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #3B5F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5F4D is #C4A0B2. Grayscale: #525252. Windows color (decimal): -12886195 or 5070651. OLE color: 5070651.

HSL color Cylindrical-coordinate representation of color #3B5F4D: hue angle of 150º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3B5F4D is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 59 95 77 -
CMYK 0.38 0 0.19 0.63
HSL 150º 0.23% 0.3% -
HSV(B) 150º 0.38% 0.37% -
XYZ 7.24 9.65 8.5 -
YUV 82.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 59 95 77 0.38 0 0.19 0.63 150 0.23 0.3
Hex 3B 5F 4D 26 0 13 3F 96 17 1E
Octal 73 137 115 46 0 23 77 226 27 36
Binary 111011 1011111 1001101 100110 0 10011 111111 10010110 10111 11110

Color Harmonies of #3B5F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5F4D

Black with #3B5F4D

Text Example


Text Example

White with #3B5F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,95,77); }

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

background-color css

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

 a { background-color: rgb(59,95,77); }

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

border-color css

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

 span { border-color: rgb(59,95,77); }

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