Html Css Color HEX #39674A Plantation

📋 copy color: '#39674A'

red 57 ◦ green 103 ◦ blue 74

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

Shades of Plantation #39674A

Tints of Plantation #39674A

RGB

 RED value IS 57 (22.66% from 255) = 24.36%

 GREEN value IS 103 (40.63% from 255) = 44.02%

 BLUE value IS 74 (29.3% from 255) = 31.62%

R = 24.36%
G = 44.02%
B = 31.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#39674A (or 0x39674A) is known color: Plantation. HEX triplet: 39, 67 and 4A. RGB value is (57,103,74). Sum of RGB (Red+Green+Blue) = 57+103+74=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #39674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39674A is #C698B5. Grayscale: #565656. Windows color (decimal): -13015222 or 4876089. OLE color: 4876089.

HSL color Cylindrical-coordinate representation of color #39674A: hue angle of 142.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39674A is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 103 74 -
CMYK 0.45 0 0.28 0.60
HSL 142.17º 0.29% 0.31% -
HSV(B) 142.17º 0.45% 0.4% -
XYZ 7.77 11.06 8.2 -
YUV 85.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 57 103 74 0.45 0 0.28 0.60 142.17 0.29 0.31
Hex 39 67 4A 2D 0 1C 3C 8E 1D 1F
Octal 71 147 112 55 0 34 74 216 35 37
Binary 111001 1100111 1001010 101101 0 11100 111100 10001110 11101 11111

Color Harmonies of #39674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39674A

Black with #39674A

Text Example


Text Example

White with #39674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39674A; }

 p { color: rgb(57,103,74); }

 H1.HeaderClassName
 {
   color: #39674A;
 }
 .AnyTagClassName
 {
   color: #39674A;
 }
</style>

background-color css

<style>
 a { background-color: #39674A; }

 a { background-color: rgb(57,103,74); }

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

border-color css

<style>
 span { border-color: #39674A; }

 span { border-color: rgb(57,103,74); }

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