Html Css Color HEX #3F5D4B Plantation

📋 copy color: '#3F5D4B'

red 63 ◦ green 93 ◦ blue 75

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

Shades of Plantation #3F5D4B

Tints of Plantation #3F5D4B

RGB

 RED value IS 63 (25% from 255) = 27.27%

 GREEN value IS 93 (36.72% from 255) = 40.26%

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

R = 27.27%
G = 40.26%
B = 32.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#3F5D4B (or 0x3F5D4B) is known color: Plantation. HEX triplet: 3F, 5D and 4B. RGB value is (63,93,75). Sum of RGB (Red+Green+Blue) = 63+93+75=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5D4B is #C0A2B4. Grayscale: #525252. Windows color (decimal): -12624565 or 4939071. OLE color: 4939071.

HSL color Cylindrical-coordinate representation of color #3F5D4B: hue angle of 144º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5D4B is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 93 75 -
CMYK 0.32 0 0.19 0.64
HSL 144º 0.19% 0.31% -
HSV(B) 144º 0.32% 0.36% -
XYZ 7.23 9.39 8.09 -
YUV 81.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 63 93 75 0.32 0 0.19 0.64 144 0.19 0.31
Hex 3F 5D 4B 20 0 13 40 90 13 1F
Octal 77 135 113 40 0 23 100 220 23 37
Binary 111111 1011101 1001011 100000 0 10011 1000000 10010000 10011 11111

Color Harmonies of #3F5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5D4B

Black with #3F5D4B

Text Example


Text Example

White with #3F5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,93,75); }

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

background-color css

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

 a { background-color: rgb(63,93,75); }

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

border-color css

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

 span { border-color: rgb(63,93,75); }

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